diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-02 15:22:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 15:22:44 +0100 |
commit | 3c7ed34ce93f04f9d8e6d5c4a22f746a5a7c00dc (patch) | |
tree | faeea5bb92432c86104ea0e202e5a12e0845f68a /src/include | |
parent | 0f4d9f505429d2644dc291deabfb6da77930e44d (diff) |
fuzz: improve fuzzing coverage (#2239)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index f834223c6..c7da8d8a9 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1972,7 +1972,7 @@ extern "C" { /* ******************************* */ - u_int32_t ndpi_quick_16_byte_hash(u_int8_t *in_16_bytes_long); + u_int32_t ndpi_quick_16_byte_hash(const u_int8_t *in_16_bytes_long); /* ******************************* */ |