From f3104240372794ab8572abd73ca0b90f79ce88f6 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 16 Sep 2024 10:10:49 +0200 Subject: fuzz: fix compilation --- fuzz/fuzz_readerutils_workflow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'fuzz/fuzz_readerutils_workflow.cpp') diff --git a/fuzz/fuzz_readerutils_workflow.cpp b/fuzz/fuzz_readerutils_workflow.cpp index 3517003b6..34636e5e9 100644 --- a/fuzz/fuzz_readerutils_workflow.cpp +++ b/fuzz/fuzz_readerutils_workflow.cpp @@ -13,6 +13,7 @@ u_int8_t enable_flow_stats = 0; u_int8_t human_readeable_string_len = 5; u_int8_t max_num_udp_dissected_pkts = 16 /* 8 is enough for most protocols, Signal requires more */, max_num_tcp_dissected_pkts = 80 /* due to telnet */; int malloc_size_stats = 0; +FILE *fingerprint_fp = NULL; extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { FuzzedDataProvider fuzzed_data(data, size); -- cgit v1.2.3