diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-09-03 12:40:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 12:40:45 +0200 |
commit | 767f403e0df2d86590ad2d898d90727b901e9b60 (patch) | |
tree | 67e9a2a209ef1d2ca9b114abbd846346ab98bb70 /src/lib/ndpi_utils.c | |
parent | 5d8edccef8adcbf05bb5b01bd78b44ed2e80694e (diff) |
fuzz: improve fuzzing coverage (#2535)
Updtae pl7m code (fix a Use-of-uninitialized-value error and add GTP
support)
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 69129fa3e..dfe6cf1f5 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -2473,7 +2473,6 @@ ndpi_http_method ndpi_http_str2method(const char* method, u_int16_t method_len) return(NDPI_HTTP_METHOD_MOVE); else return(NDPI_HTTP_METHOD_MKCOL); - break; case 'P': switch(method[1]) { |