From 542379726789720c569d7130567068f40d03ac6f Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 24 Oct 2024 12:49:39 +0200 Subject: Added nDPId `ndpi_process_packet()` LLVM fuzzer * replaced dumb `dumb_fuzzer.sh` * fixed nDPId NULL pointer deref found by fuzzer * nDPI: `--enable-debug-build` and `--enable-debug-messages` for non release builds * nDPI: do not force `log.level` to `3` anymore, use config value instead Signed-off-by: Toni Uhlig --- test/configs/unusual-ndpi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/configs/unusual-ndpi.conf') diff --git a/test/configs/unusual-ndpi.conf b/test/configs/unusual-ndpi.conf index a0c00ca66..0864c0f8d 100644 --- a/test/configs/unusual-ndpi.conf +++ b/test/configs/unusual-ndpi.conf @@ -23,7 +23,7 @@ fpc = enable dpi.guess_on_giveup = 0x01 flow_risk_lists.load = 1 flow_risk.crawler_bot.list.load = 1 -log.level = 0 +log.level = 3 [protos] tls.certificate_expiration_threshold = 1 -- cgit v1.2.3