From 9269b8fcf63d3fa8dbad4550b5ecfb7f327d1145 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 28 Apr 2020 16:12:23 +0200 Subject: tests: shell: Add test for nfbz#1391 Problem is fixed since commit c550c81fd373e ("nft: cache: Fix nft_release_cache() under stress"), looks like another case of use-after-free. Signed-off-by: Phil Sutter --- iptables/tests/shell/testcases/ipt-restore/0013-test-mode_0 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 iptables/tests/shell/testcases/ipt-restore/0013-test-mode_0 (limited to 'iptables/tests') diff --git a/iptables/tests/shell/testcases/ipt-restore/0013-test-mode_0 b/iptables/tests/shell/testcases/ipt-restore/0013-test-mode_0 new file mode 100755 index 00000000..65c3b9a1 --- /dev/null +++ b/iptables/tests/shell/testcases/ipt-restore/0013-test-mode_0 @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +# segfault with --test reported in nfbz#1391 + +printf '%s\nCOMMIT\n' '*nat' '*raw' '*filter' | $XT_MULTI iptables-restore --test -- cgit v1.2.3