From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 09/10] nf_nat: Fixes invalid access due to reallocating exntesion area Date: Mon, 25 Jun 2007 20:26:46 +0200 Message-ID: <468008E6.5050709@trash.net> References: <200706251722.l5PHMhOo023880@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: Yasuyuki KOZAKAI Return-path: In-Reply-To: <200706251722.l5PHMhOo023880@toshiba.co.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Yasuyuki KOZAKAI wrote: > ct_extend_add called in nf_conntrack_alter_reply can reallocate > extension aera and the pointer to private arae for NAT can be changed. I've folded this into 05/10 since thats where the bug originates.