From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [netfilter-core] linux-2.6.0-testX ipchains oops in NAT Date: Sun, 26 Oct 2003 23:58:44 -0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20031026235844.2481be02.davem@redhat.com> References: <3F97B874.CB12C184@fy.chalmers.se> <20031026063626.D0FCE2C04B@lists.samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: appro@fy.chalmers.se, laforge@netfilter.org, coreteam@netfilter.org, netfilter-devel@lists.netfilter.org Return-path: To: Rusty Russell In-Reply-To: <20031026063626.D0FCE2C04B@lists.samba.org> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org On Sun, 26 Oct 2003 17:19:38 +1100 Rusty Russell wrote: > We updated ip_nat_setup_info to set the initialized flag and call > place_in_hashes, but *didn't* change the call in ip_fw_compat_masq.c > which also calls place_in_hashes() itself (again!). Result: corrupt > list, and next thing which lands in the same hash bucket goes boom. > > This should fix it. Applied, thanks a lot Rusty.