aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_ndpi_reader.c
Commit message (Expand)AuthorAge
* fuzz: fix memory allocation failure logic (#1867)Ivan Nardi2023-01-20
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* fuzz: some enhancements (#1827)Ivan Nardi2022-12-10
* fuzz: fix signed-integer-overflow (#1822)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 basic profiling of memory allocations on data-path (#1789)Ivan Nardi2022-10-28
* Fix compilation and sync utests resultsNardi Ivan2022-10-04
* Improved nDPI JSON serialization. (#1689)Toni2022-08-02
* Fix some debug messages (#1583)Ivan Nardi2022-06-05
* Replaced ndpiReader's libjson-c support with libnDPI's internal serialization...Toni2022-05-07
* fuzz: purge old sessions (#1451)Ivan Nardi2022-02-21
* fuzz: make fuzz_ndpi_reader faster (#1446)Ivan Nardi2022-02-20
* Fix two use-of-uninitialized-value errors (#1398)Ivan Nardi2022-01-12
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Fixed uninitialized memory use. (#1198)Vitaly Lavrov2021-06-07
* Check datalink during fuzzing to prevent console / logfile spam. See #1175 fo...Toni2021-05-09
* Compilation fixLuca Deri2021-04-26
* Fixed mispelled API callLuca Deri2021-02-22
* Fix a memory leak on fuzzing code (#1036)Hosein Ghahremanzadeh2020-10-21
* Added memory checksLuca Deri2020-08-02
* Removed csv_fp as external symbol. Instead passing csv_fp through as argument.Toni Uhlig2020-07-08
* Fixed CodeInspector issues.Toni Uhlig2020-07-05
* Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions.Toni Uhlig2020-06-29
* Added memory boundary check in HTTP dissectorLuca Deri2020-01-24
* Debug compilation flag for fuzz targetsPhilippe Antoine2020-01-24
* New fuzz target : fuzz_ndpi_readerPhilippe Antoine2020-01-14