aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz_ndpi_process_packet.c
Commit message (Collapse)AuthorAge
* Added nDPId `ndpi_process_packet()` LLVM fuzzerToni Uhlig2024-10-24
* 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>