]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: fix underflow in object reference counter
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 16 Jun 2023 13:20:08 +0000 (15:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:23:46 +0000 (10:23 +0200)
commit35651fde1a7bb54dde0a46d35cd0d7136869ae86
tree3f697522003b861db5f962ce3686f3360c7ff168
parentd2a6dc4eaf6d50ba32a9b39b4c6ec713a92072ab
netfilter: nf_tables: fix underflow in object reference counter

commit d6b478666ffa6d2c25386d78bf1c4640d4da305e upstream.

Since ("netfilter: nf_tables: drop map element references from
preparation phase"), integration with commit protocol is better,
therefore drop the workaround that b91d90368837 ("netfilter: nf_tables:
fix leaking object reference count") provides.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/netfilter/nf_tables_api.c