From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Date: Wed, 19 Oct 2016 16:57:54 +0000 Subject: Re: net/sctp: use-after-free in __sctp_connect Message-Id: <20161019165754.GD2958@localhost.localdomain> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrey Konovalov 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 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.