summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2023-12-12 10:44:35 +0100
committerFlorian Westphal <fw@strlen.de>2023-12-12 16:33:18 +0100
commitd5a06af393eaf47571c884a265d1f6e6ba34ed97 (patch)
tree23fac2b8ce25d2f964d270c9ce8d3552fd7e40fb /tests
parentd07c874797295f425541464ac84864e591fc0614 (diff)
parser_bison: make sure obj_free releases timeout policies
obj_free() won't release them because ->type is still 0 at this point. Init this to CT_TIMEOUT. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/shell/testcases/bogons/nft-f/ct_timeout_memleak_objfree5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak_objfree b/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak_objfree
new file mode 100644
index 00000000..28b1a211
--- /dev/null
+++ b/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak_objfree
@@ -0,0 +1,5 @@
+table ip filter {
+ ct timeout cttime {
+ protocol tcp
+ l3proto ip
+ policy = { close : 12s }