From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net,stable 1/2] l2tp: Fix PPP header erasure and memory leak Date: Thu, 13 Jun 2013 02:39:28 -0700 (PDT) Message-ID: <20130613.023928.1403482279088039776.davem@davemloft.net> References: <20130612140723.GB3500@alphalink.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jchapman@katalix.com To: g.nault@alphalink.fr Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:38474 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756248Ab3FMJj3 (ORCPT ); Thu, 13 Jun 2013 05:39:29 -0400 In-Reply-To: <20130612140723.GB3500@alphalink.fr> Sender: netdev-owner@vger.kernel.org List-ID: From: Guillaume Nault Date: Wed, 12 Jun 2013 16:07:23 +0200 > Copy user data after PPP framing header. This prevents erasure of the > added PPP header and avoids leaking two bytes of uninitialised memory > at the end of skb's data buffer. > > Signed-off-by: Guillaume Nault Applied.