From 16b4913be6395f79e98287e4d32dc5daf2d3f5c7 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Fri, 13 Oct 2023 15:57:35 +0200 Subject: fuzz: extend fuzzing coverage --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ndpi_main.c') 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; -- cgit v1.2.3