From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: net/sctp: sctp_datamsg memory leak Date: Fri, 15 Jan 2016 17:07:33 -0200 Message-ID: <20160115190733.GI6074@mrl.redhat.com> References: <20160108152507.GB6074@mrl.redhat.com> 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 To: Dmitry Vyukov Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Jan 15, 2016 at 07:55:56PM +0100, Dmitry Vyukov wrote: > On Fri, Jan 8, 2016 at 4:25 PM, Marcelo Ricardo Leitner > wrote: ... > >> \xe9\x32\ > >> xde\x36", > >> 251); > > > > Please clarify this line. It doesn't compile as-is and the len doesn't > > match the data itself. > > I am not sure why there a ! at the end of the line, it wasn't present > in my original program. > Here is a source that compiles for me with -Wall: > https://gist.githubusercontent.com/dvyukov/662ee19898ed25f7db31/raw/3a6cbfa462f8eba67fda90f16198c62159b6b42f/gistfile1.txt > Got it, thanks