]> git.ipfire.org Git - thirdparty/suricata.git/commit
fuzz: cleans all flow after one run
authorPhilippe Antoine <contact@catenacyber.fr>
Fri, 21 Jan 2022 12:40:08 +0000 (13:40 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Jan 2022 12:23:53 +0000 (13:23 +0100)
commit749b9c7635ab77ea47c625f23494c679020b6e9d
treea3db587d96323312a78bcd389e39f4ccffc2e670
parent40c315aa35d277653dd6bb46cdaab6af71499df2
fuzz: cleans all flow after one run

Completes commit e2370d6861990e9aba7b551e51cfa04d945f4510
for all the fuzz targets processing pcaps
using a generic function.

FlowShutdown is not used because it uses the loop to destroy
mutexes, which we want to reuse for fuzzing
src/flow.c
src/flow.h
src/tests/fuzz/fuzz_predefpcap_aware.c
src/tests/fuzz/fuzz_sigpcap.c
src/tests/fuzz/fuzz_sigpcap_aware.c