]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: shell: use-after-free from abort path
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 9 Aug 2019 12:49:14 +0000 (14:49 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 8 Sep 2019 18:32:16 +0000 (20:32 +0200)
commit0459d27570aa074910308e3bb367fee6a687f594
tree0fd4960f7b8cc522432bd8e9620bdd0ee5e0ea83
parentcec665f34a91600550dbd14655b25ed2cc317233
tests: shell: use-after-free from abort path

Rule that fails to be added while holding a bound set triggers
user-after-free from the abort path.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/testcases/transactions/0050rule_1 [new file with mode: 0755]