From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Polyakov Subject: Re: [netfilter-core] linux-2.6.0-testX ipchains oops in NAT Date: Sun, 26 Oct 2003 14:31:32 +0100 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <3F9BCCB4.A7B190AD@fy.chalmers.se> References: <20031026063626.D0FCE2C04B@lists.samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Harald Welte , coreteam@netfilter.org, Netfilter Development Mailinglist , davem@redhat.com Return-path: To: Rusty Russell 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 > 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. I can confirm that the proposed patch does resolve the problem. Thank you. A.