Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix broken fuzz_process_packet fuzzer by adding a call to ↵fix/memory-errors-and-packet-fuzzer | Toni Uhlig | 2021-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 leaks | Philippe Antoine | 2020-01-31 |
| | |||
* | Fixed new nDPi API | Luca Deri | 2019-11-12 |
| | |||
* | Adds fuzz target | Philippe Antoine | 2019-10-31 |
And configur option enable-fuzztargets |