aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/fuzz-2021-10-13.pcap
Commit message (Collapse)AuthorAge
* Fix broken fuzz_process_packet fuzzer by adding a call to ↵Toni2021-10-18
ndpi_finalize_initialization(). (#1334) * fixed several memory errors (heap-overflow, unitialized memory, etc) * ability to build fuzz_process_packet with a main() allowing to replay crash data generated with fuzz_process_packet by LLVMs libfuzzer * temporarily disable fuzzing if `tests/do.sh` executed with env FUZZY_TESTING_ENABLED=1 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>