Received: with ECARTIS (v1.0.0; list netdev); Tue, 31 May 2005 17:03:59 -0700 (PDT) Received: from miranda.se.axis.com (miranda.se.axis.com [193.13.178.8]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j5103sXq004773 for ; Tue, 31 May 2005 17:03:55 -0700 Received: from edgar.se.axis.com (edgar.se.axis.com [10.92.151.1]) by miranda.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id j5102xNc020780 for ; Wed, 1 Jun 2005 02:02:59 +0200 Received: (qmail 4767 invoked by uid 400); 1 Jun 2005 02:02:59 +0200 Date: Wed, 1 Jun 2005 02:02:59 +0200 From: Edgar E Iglesias To: "David S. Miller" Cc: netdev@oss.sgi.com Subject: Re: ipv4 ipsec Message-ID: <20050601000259.GA4742@edgar.se.axis.com> References: <20050531224717.GE4068@edgar.se.axis.com> <20050531.155642.38710400.davem@davemloft.net> <20050531232340.GA4589@edgar.se.axis.com> <20050531.164741.116354448.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050531.164741.116354448.davem@davemloft.net> User-Agent: Mutt/1.5.8i X-archive-position: 1934 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: edgar.iglesias@axis.com Precedence: bulk X-list: netdev Content-Length: 903 Lines: 33 On Tue, May 31, 2005 at 04:47:41PM -0700, David S. Miller wrote: > From: Edgar E Iglesias > Date: Wed, 1 Jun 2005 01:23:40 +0200 > > > oh sorry, I hope I get it right this time :) > > Your email client has mangled the tab characters into spaces > in the patch, so the patch still will not apply correctly. > > Please fix this. One more try.. sorry Best regards -- Programmer Edgar E Iglesias 46.46.272.1946 Signed-off-by: Edgar E Iglesias ----- --- linux-2.6.11-gentoo-r6/net/ipv4/esp4.c 2005-04-14 21:39:32.000000000 +0200 +++ linux-2.6.11-gentoo-r9/net/ipv4/esp4.c 2005-06-01 00:38:55.000000000 +0200 @@ -480,7 +480,7 @@ { struct xfrm_decap_state decap; - if (sizeof(struct esp_decap_data) < + if (sizeof(struct esp_decap_data) > sizeof(decap.decap_data)) { extern void decap_data_too_small(void);