Re: [PATCH] net: netfilter: fix possible refcount leak in ctnetlink_create_conntrack()

From: Pablo Neira Ayuso
Date: Tue Feb 21 2023 - 18:20:43 EST


On Fri, Feb 10, 2023 at 03:17:30PM +0800, Hangyu Hua wrote:
> nf_ct_put() needs to be called to put the refcount got by
> nf_conntrack_find_get() to avoid refcount leak when
> nf_conntrack_hash_check_insert() fails.

Applied to nf, thanks