From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch 4/7] drivers/bluetooth/btsdio.c: fix double-free Date: Tue, 05 Feb 2008 03:09:24 -0800 (PST) Message-ID: <20080205.030924.147522602.davem@davemloft.net> References: <200802050747.m157lvnE010455@imap1.linux-foundation.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: marcel@holtmann.org, netdev@vger.kernel.org, bunk@kernel.org To: akpm@linux-foundation.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:46102 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756923AbYBELI4 (ORCPT ); Tue, 5 Feb 2008 06:08:56 -0500 In-Reply-To: <200802050747.m157lvnE010455@imap1.linux-foundation.org> Sender: netdev-owner@vger.kernel.org List-ID: From: akpm@linux-foundation.org Date: Mon, 04 Feb 2008 23:48:16 -0800 > From: Adrian Bunk > > This patch fixes a double-free spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk > Signed-off-by: Andrew Morton Applied.