diff options
author | 2014-01-25 08:04:07 +0000 | |
---|---|---|
committer | 2014-02-05 13:16:17 +0100 | |
commit | 3dd7279fb6db05ec5a088cd0cae6ba22580a82bd (patch) | |
tree | b19de5ae3787470a9e29bfd40627ccfef24e8768 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | netfilter: nft_ct: fix unconditional dump of 'dir' attr (diff) | |
download | wireguard-linux-3dd7279fb6db05ec5a088cd0cae6ba22580a82bd.tar.xz wireguard-linux-3dd7279fb6db05ec5a088cd0cae6ba22580a82bd.zip |
netfilter: nf_tables: fix oops when deleting a chain with references
The following commands trigger an oops:
# nft -i
nft> add table filter
nft> add chain filter input { type filter hook input priority 0; }
nft> add chain filter test
nft> add rule filter input jump test
nft> delete chain filter test
We need to check the chain use counter before allowing destruction since
we might have references from sets or jump rules.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=69341
Reported-by: Matthew Ife <deleriux1@gmail.com>
Tested-by: Matthew Ife <deleriux1@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions