From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 2.6.10]: Fix memory leak in ip_conntrack_ftp Date: Wed, 8 Dec 2004 13:58:16 -0800 Message-ID: <20041208135816.6fc7d00a.davem@davemloft.net> References: <41B774EA.9030002@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Patrick McHardy In-Reply-To: <41B774EA.9030002@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 On Wed, 08 Dec 2004 22:40:58 +0100 Patrick McHardy wrote: > this patch fixes a remotely triggerable memory leak in ip_conntrack_ftp. > exp leaks when a FTP date connection to a host different from the client > (FXP) is attempted and the loose option is not set. It should go in > 2.6.10 in my opinion. I agree, I'll push this to Linus today. Thanks.