aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_filecfg_categories.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz_filecfg_categories.c')
-rw-r--r--fuzz/fuzz_filecfg_categories.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_filecfg_categories.c b/fuzz/fuzz_filecfg_categories.c
index 00e922c2f..9e24b6c03 100644
--- a/fuzz/fuzz_filecfg_categories.c
+++ b/fuzz/fuzz_filecfg_categories.c
@@ -10,7 +10,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
/* To allow memory allocation failures */
fuzz_set_alloc_callbacks_and_seed(size);
- ndpi_struct = ndpi_init_detection_module();
+ ndpi_struct = ndpi_init_detection_module(NULL);
NDPI_BITMASK_SET_ALL(all);
ndpi_set_protocol_detection_bitmask2(ndpi_struct, &all);