OSDN Git Service

netfilter: nftables: fix possible double hook unregistration with table owner
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 3 Mar 2021 22:58:27 +0000 (23:58 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 4 Mar 2021 02:58:55 +0000 (03:58 +0100)
commit2888b080d05c819205bbfe52c624a639f44c266a
tree10b395e39d58471e1ee37e9ee8f4a54176154bf4
parent9cc0001a18b4e5f46ec481201c88ae16f0a69bb0
netfilter: nftables: fix possible double hook unregistration with table owner

Skip hook unregistration of owner tables from the netns exit path,
nft_rcv_nl_event() unregisters the table hooks before tearing down
the table content.

Fixes: 6001a930ce03 ("netfilter: nftables: introduce table ownership")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c