From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall Date: Mon, 26 Nov 2012 17:34:56 -0500 (EST) Message-ID: <20121126.173456.681656925010309957.davem@davemloft.net> References: <1353590596-12216-1-git-send-email-tt.rantala@gmail.com> <50B38339.40105@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: tt.rantala@gmail.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org, nhorman@tuxdriver.com, sri@us.ibm.com, davej@redhat.com To: vyasevich@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:55063 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756271Ab2KZWfA (ORCPT ); Mon, 26 Nov 2012 17:35:00 -0500 In-Reply-To: <50B38339.40105@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vlad Yasevich Date: Mon, 26 Nov 2012 09:56:57 -0500 > On 11/22/2012 08:23 AM, Tommi Rantala wrote: >> Consider the following program, that sets the second argument to the >> sendto() syscall incorrectly: ... >> Signed-off-by: Tommi Rantala > > Looks good > > Acked-by: Vlad Yasevich I'll apply this after the other SCTP fix is respun, because there is a dependency.