diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-24 12:49:39 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-24 15:45:04 +0200 |
commit | 542379726789720c569d7130567068f40d03ac6f (patch) | |
tree | a4baf852483e63a09106cb1c90cc8c62c9fa13f4 /test/configs/unusual-ndpi.conf | |
parent | 7e126c205e9b7a8ef27c85b615cf93c6545fa33c (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'test/configs/unusual-ndpi.conf')
-rw-r--r-- | test/configs/unusual-ndpi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |