Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Added fuzz_*_LDADD to give Automake the opportunity to do some dependency ↵ | Toni Uhlig | 2020-06-29 | |
|/ | | | | | | tracking. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions. | Toni Uhlig | 2020-06-29 | |
| | | | | | | | ./tests/do.sh can supports SMP/MT via environment variables. Removed -fno-sanitize=shift as well, was fixed by 317d3ffd. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Re-Added corpus zipfile generation required for google-oss fuzzer | Toni Uhlig | 2020-06-27 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus ↵ | Toni Uhlig | 2020-06-27 | |
| | | | | | | *.pcap files from ./tests/pcap Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Disabled unused code | Luca Deri | 2020-06-25 | |
| | ||||
* | Libfuzz fixes | Luca | 2020-02-02 | |
| | ||||
* | Added missing additiona libs | Luca | 2020-02-02 | |
| | ||||
* | Modifies fuzz target to fix leaks | Philippe Antoine | 2020-01-31 | |
| | ||||
* | Added memory boundary check in HTTP dissector | Luca Deri | 2020-01-24 | |
| | ||||
* | Debug compilation flag for fuzz targets | Philippe Antoine | 2020-01-24 | |
| | | | | And adding include file to fuzz_ndpi_reader | |||
* | Generates automatically corpus for fuzz target | Philippe Antoine | 2020-01-22 | |
| | ||||
* | New fuzz target : fuzz_ndpi_reader | Philippe Antoine | 2020-01-14 | |
| | ||||
* | Fixed new nDPi API | Luca Deri | 2019-11-12 | |
| | ||||
* | Adds fuzz target | Philippe Antoine | 2019-10-31 | |
And configur option enable-fuzztargets |