From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] [RESENT]netfilter: nfnetlink_cthelper: Fix memory leak Date: Tue, 21 Mar 2017 12:31:41 +0100 Message-ID: <20170321113141.GA6649@salvia> References: <1490080030-6799-1-git-send-email-jeffy.chen@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Douglas Anderson , Brian Norris , netfilter-devel@vger.kernel.org To: Jeffy Chen Return-path: Received: from mail.us.es ([193.147.175.20]:53890 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756896AbdCULbu (ORCPT ); Tue, 21 Mar 2017 07:31:50 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 093F6114810 for ; Tue, 21 Mar 2017 12:31:47 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id F0D86FC38F for ; Tue, 21 Mar 2017 12:31:46 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id DA734FC5A6 for ; Tue, 21 Mar 2017 12:31:44 +0100 (CET) Content-Disposition: inline In-Reply-To: <1490080030-6799-1-git-send-email-jeffy.chen@rock-chips.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Mar 21, 2017 at 03:07:10PM +0800, Jeffy Chen wrote: > We have memory leaks of nf_conntrack_helper & expect_policy. Applied, thanks.