aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_is_stun.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_is_stun.c')
-rw-r--r--fuzz/fuzz_is_stun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_is_stun.c b/fuzz/fuzz_is_stun.c
index dc1c98f07..76576f100 100644
--- a/fuzz/fuzz_is_stun.c
+++ b/fuzz/fuzz_is_stun.c
@@ -21,7 +21,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct ndpi_packet_struct *packet;
if (ndpi_struct == NULL) {
- fuzz_init_detection_module(&ndpi_struct);
+ fuzz_init_detection_module(&ndpi_struct, NULL);
}
packet = &ndpi_struct->packet;