summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/objref_double_free_crash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/bogons/nft-f/objref_double_free_crash')
-rw-r--r--tests/shell/testcases/bogons/nft-f/objref_double_free_crash10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/shell/testcases/bogons/nft-f/objref_double_free_crash b/tests/shell/testcases/bogons/nft-f/objref_double_free_crash
new file mode 100644
index 00000000..52b0435b
--- /dev/null
+++ b/tests/shell/testcases/bogons/nft-f/objref_double_free_crash
@@ -0,0 +1,10 @@
+table arp test {
+ ct helper myftp {
+ type "ftp" protocol tcp
+ l3proto inet
+ }
+
+ chain y {
+ ct helper set ct saddr map { 1c3:: : "p", dead::beef : "myftp" }
+ }
+}