From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/2]: conntrack: fix refcount leak when finding expectation Date: Mon, 27 Nov 2006 18:32:58 +0100 Message-ID: <456B214A.5090207@trash.net> References: <200611232315.kANNFVi3006773@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, pablo@netfilter.org Return-path: To: Yasuyuki KOZAKAI In-Reply-To: <200611232315.kANNFVi3006773@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: > # Sorry, I forgot netfilter-devel, so resend. > > All users of __{ip,nf}_conntrack_expect_find() don't expect that > it increments the reference count of expectation. Applied, thanks.