Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed csv_fp as external symbol. Instead passing csv_fp through as argument. | Toni Uhlig | 2020-07-08 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Merge pull request #940 from lnslbrty/fix/small-and-optimistic-improvments | Luca Deri | 2020-07-06 |
|\ | | | | | Fixed CodeInspector issues. | ||
| * | Fixed CodeInspector issues. | Toni Uhlig | 2020-07-05 |
| | | | | | | | | | | | | | | | | | | * Added compiler search list for AC_PROG_CC, AM_PROG_CC_C_O, AC_PROG_CXX, AC_PROG_CC_STDC for Mac OS X only The list rendered the AX_CHECK_COMPILE_FLAG([-fsanitize=fuzzer]) useless as it did use clang for AX_CHECK_COMPILE_FLAG but gcc during the compile process. Seems broken somehow. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | 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 |