mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
config: remove enum ndpi_prefs
This commit is contained in:
parent
1289951b32
commit
88720331ae
22 changed files with 77 additions and 90 deletions
|
|
@ -39,7 +39,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
/* To allow memory allocation failures */
|
||||
fuzz_set_alloc_callbacks_and_seed(size);
|
||||
|
||||
ndpi_info_mod = ndpi_init_detection_module(fuzzed_data.ConsumeIntegral<u_int32_t>());
|
||||
ndpi_info_mod = ndpi_init_detection_module();
|
||||
|
||||
set_ndpi_debug_function(ndpi_info_mod, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue