From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: net/sctp: use-after-free in __sctp_connect Date: Wed, 19 Oct 2016 14:57:54 -0200 Message-ID: <20161019165754.GD2958@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Vlad Yasevich , Neil Horman , "David S. Miller" , linux-sctp@vger.kernel.org, netdev , LKML , syzkaller , Kostya Serebryany , Alexander Potapenko , Sasha Levin , Eric Dumazet , Dmitry Vyukov To: Andrey Konovalov Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Oct 19, 2016 at 02:25:24PM +0200, Andrey Konovalov wrote: > Hi, > > I've got the following error report while running the syzkaller fuzzer: > > ================================================================== > BUG: KASAN: use-after-free in __sctp_connect+0xabe/0xbf0 at addr > ffff88006b1dc610 Seems this is the same that Dmitry Vyukov had reported back in Jan 13th. So far I couldn't identify the reason. "Good" to know it's still there, thanks for reporting it.