aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Makefile.am
Commit message (Expand)AuthorAge
* fuzz: fix memory allocation failure logic (#1867)Ivan Nardi2023-01-20
* Fuzz: fix compilation with nBPF (#1860)Ivan Nardi2023-01-18
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* fuzz: some enhancements (#1827)Ivan Nardi2022-12-10
* fuzz: add a new fuzzer testing memory allocation failures (#1818)Ivan Nardi2022-12-06
* Add support for LTO and Gold linker (#1812)Ivan Nardi2022-12-05
* Remove some useless fuzzing target (#1813)Ivan Nardi2022-12-01
* Add a new fuzzer for QUIC (#1800)Ivan Nardi2022-12-01
* Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659)Toni2022-07-13
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132)Toni2021-02-10
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Added fuzz_*_LDADD to give Automake the opportunity to do some dependency tra...Toni Uhlig2020-06-29
* Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions.Toni Uhlig2020-06-29
* Re-Added corpus zipfile generation required for google-oss fuzzerToni Uhlig2020-06-27
* fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus *.p...Toni Uhlig2020-06-27
* Disabled unused codeLuca Deri2020-06-25
* Libfuzz fixesLuca2020-02-02
* Added missing additiona libsLuca2020-02-02
* Generates automatically corpus for fuzz targetPhilippe Antoine2020-01-22
* New fuzz target : fuzz_ndpi_readerPhilippe Antoine2020-01-14
* Fixed new nDPi APILuca Deri2019-11-12
* Adds fuzz targetPhilippe Antoine2019-10-31