Toni Uhlig
c17a21359b
Fixed CodeInspector issues.
...
* 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>
2020-07-05 20:41:02 +02:00
Toni Uhlig
ea30fcb5de
Added fuzz_*_LDADD to give Automake the opportunity to do some dependency tracking.
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-29 21:27:03 +02:00
Toni Uhlig
4a6c525db8
Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions.
...
./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>
2020-06-29 19:07:59 +02:00
Toni Uhlig
f028cce209
Re-Added corpus zipfile generation required for google-oss fuzzer
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-27 23:04:20 +02:00
Toni Uhlig
1f4523e331
fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus *.pcap files from ./tests/pcap
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-27 18:41:03 +02:00
Luca Deri
0b53bc2aab
Disabled unused code
2020-06-25 10:50:39 +02:00
Luca
2b6a639192
Libfuzz fixes
2020-02-02 21:54:36 +01:00
Luca
626fcf1418
Added missing additiona libs
2020-02-02 17:01:07 +01:00
Philippe Antoine
ff89a14b49
Modifies fuzz target to fix leaks
2020-01-31 15:13:35 +01:00
Luca Deri
d86d632fe6
Added memory boundary check in HTTP dissector
2020-01-24 21:04:27 +01:00
Philippe Antoine
4f230943cf
Debug compilation flag for fuzz targets
...
And adding include file to fuzz_ndpi_reader
2020-01-24 09:10:52 +01:00
Philippe Antoine
77db14fd7a
Generates automatically corpus for fuzz target
2020-01-22 16:12:50 +01:00
Philippe Antoine
10738a0ca3
New fuzz target : fuzz_ndpi_reader
2020-01-14 08:20:15 +01:00
Luca Deri
ab9ccf9eb9
Fixed new nDPi API
2019-11-12 12:28:34 +01:00
Philippe Antoine
148506ede8
Adds fuzz target
...
And configur option enable-fuzztargets
2019-10-31 08:37:42 +01:00