aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_process_packet.c
Commit message (Collapse)AuthorAge
* Fix broken fuzz_process_packet fuzzer by adding a call to ↵fix/memory-errors-and-packet-fuzzerToni Uhlig2021-10-18
| | | | | | | | | | | | | ndpi_finalize_initialization(). * 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>
* Modifies fuzz target to fix leaksPhilippe Antoine2020-01-31
|
* Fixed new nDPi APILuca Deri2019-11-12
|
* Adds fuzz targetPhilippe Antoine2019-10-31
And configur option enable-fuzztargets