diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2023-10-13 15:57:35 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-15 12:00:26 +0200 |
commit | 16b4913be6395f79e98287e4d32dc5daf2d3f5c7 (patch) | |
tree | 8a45fd9eb15a68a00f8b103e4262defeb500eb8c /src/lib/ndpi_main.c | |
parent | b6179467ebdf8c0ee1667cbe9390b3b76e82578f (diff) |
fuzz: extend fuzzing coverage
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 4964a0e1d..89761dc26 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5881,7 +5881,7 @@ static int fully_enc_heuristic(struct ndpi_detection_module_struct *ndpi_str, cnt += 1; cnt_consecutives += 1; if(cnt_consecutives >= 20) { /* Ex4 */ - return 0;; + return 0; } } else { cnt_consecutives = 0; |