]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests/lua: Test for issue 7466
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 29 Dec 2024 15:17:03 +0000 (10:17 -0500)
committerVictor Julien <victor@inliniac.net>
Wed, 8 Jan 2025 16:06:02 +0000 (17:06 +0100)
commite6941fb813282140850c9c4ec01266353e174131
treefd1cdb091ce146dd10bbd3e2aa989190e91b4e77
parent169fd2f285d59574d22ac267480f6b2581cc2352
tests/lua: Test for issue 7466

This test was contributed by the reporter of issue 7466. Slight
modifications not affecting the structure nor results were made.

This test exercises the problem reported in the issue and a memory leak
will be reported on Suricata binaries without the fix (ASAN-only).

Non-ASAN builds will not report the issue (regardless of whether the
Suricata fix is included).
tests/lua-memleak/README.md [new file with mode: 0644]
tests/lua-memleak/input.pcap [new file with mode: 0644]
tests/lua-memleak/test.lua [new file with mode: 0644]
tests/lua-memleak/test.rules [new file with mode: 0644]
tests/lua-memleak/test.yaml [new file with mode: 0644]