bind9/fuzz
Ondřej Surý 9d14522469 Add minimized (cmin-tmin-cmin) corpus for dns_message_parse fuzzer
The non-minimized corpus from https://github.com/CZ-NIC/dns-fuzzing was
used as input to afl-cmin, then every case were processed by afl-tmin
and then afl-cmin was used to further minimize the corpus again.
2020-08-25 16:40:24 +02:00
..
dns_message_parse.in Add minimized (cmin-tmin-cmin) corpus for dns_message_parse fuzzer 2020-08-25 16:40:24 +02:00
dns_name_fromtext_target.in oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
dns_rdata_fromwire_text.in Expand, but minimize (tmin, cmin) dns_rdata_fromwire_text corpus 2020-08-18 16:39:23 +02:00
isc_lex_getmastertoken.in Really fuzz isc_lex_getmastertoken() in the test 2020-08-12 21:49:31 +02:00
isc_lex_gettoken.in Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
.gitignore Add dns_message_parse() fuzzer 2020-08-25 16:40:24 +02:00
afl.sh Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00
dns_message_parse.c Add dns_message_parse() fuzzer 2020-08-25 16:40:24 +02:00
dns_name_fromtext_target.c Move the debug variable from main.c to individual fuzzer 2020-08-13 17:55:38 +02:00
dns_rdata_fromwire_text.c Disable compression in dns_rdata_fromwire_text() 2020-08-18 11:04:05 +02:00
fuzz.h dns_rdata_fromwire_text fixes: 2020-08-13 23:06:55 +10:00
FUZZING.md oss-fuzz: Improve interaction with fuzzing tools and add new tests in fuzz/ directory 2018-08-23 10:07:28 +02:00
isc_lex_getmastertoken.c Ensure that a bool is stored in 'eol' 2020-08-14 08:35:17 +10:00
isc_lex_gettoken.c Move the debug variable from main.c to individual fuzzer 2020-08-13 17:55:38 +02:00
libfuzzer.sh Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00
main.c Add the ability to specify an input file 2020-08-18 11:04:05 +02:00
Makefile.am Add dns_message_parse() fuzzer 2020-08-25 16:40:24 +02:00