From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 5/7] Fix a deadlock in new_conntrack Date: Mon, 01 Aug 2005 19:21:07 +0200 Message-ID: <42EE5A03.8030409@trash.net> References: <42EE564E.1090308@eurodev.net> <42EE58D7.9010005@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Harald Welte , Netfilter Development Mailinglist Return-path: To: Pablo Neira In-Reply-To: <42EE58D7.9010005@trash.net> 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 Patrick McHardy wrote: > Pablo Neira wrote: > >>Fix a deadlock during conntrack creation. ip_conntrack_lock is unlocked >>twice. > > > Please keep the exit paths at the end by adding a out: label. Don't bother, they aren't at the end right now :)