From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/7] Fix expectation leak Date: Mon, 01 Aug 2005 21:52:50 +0200 Message-ID: <42EE7D92.5020401@trash.net> References: <42EE5633.9030307@eurodev.net> <42EE57EF.4070807@trash.net> <42EE5EC4.5090303@eurodev.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: <42EE5EC4.5090303@eurodev.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 Pablo Neira wrote: > Yes, but the refcount is incremented twice ;). Please apply. There is one reference for the list and one for the timer. Both are needed since the timer deletion can race with the timer. The one for the list is dropped in __ip_ct_expect_unlink_destroy, the one for the timer after it has been successfully removed.