From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423193AbdAITIi (ORCPT ); Mon, 9 Jan 2017 14:08:38 -0500 Received: from mail-it0-f54.google.com ([209.85.214.54]:37981 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423019AbdAITIf (ORCPT ); Mon, 9 Jan 2017 14:08:35 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Eric Dumazet Date: Mon, 9 Jan 2017 11:08:34 -0800 Message-ID: Subject: Re: net/ipv6: use-after-free in sock_wfree To: Andrey Konovalov Cc: "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev , LKML , Dmitry Vyukov , Kostya Serebryany , syzkaller Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 9, 2017 at 11:06 AM, Andrey Konovalov wrote: > > Hi Eric, > > This patch fixes the issue. > > Thanks! Thanks Andrey. Could you please post your .config for next KASAN reports ? I am asking this because I could not reproduce the issue with my own builds, so I had to guess but could not test the fix myself. Thanks !