Skip to content

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Feb 7, 2025
1 parent 5546cdf commit 64d5367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/fuzz_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
ndpi_port_range d_port[MAX_DEFAULT_PORTS] = {};
ndpi_set_proto_defaults(ndpi_info_mod, 0, 0, NDPI_PROTOCOL_SAFE, pid,
protoname, NDPI_PROTOCOL_CATEGORY_UNSPECIFIED,
NDPI_PROTOCOL_QOE_CATEGORY_UNSPECIFIED,
d_port, d_port);

ndpi_get_proto_by_name(ndpi_info_mod, NULL); /* Error */
Expand Down

0 comments on commit 64d5367

Please sign in to comment.