bind9/fuzz
Mark Andrews a92d973430 dns_rdata_fromwire_text fixes:
* Disallow compression pointers in names as we are not
  reading from a packet and as a result length checks fail.
* Increase totext buffer size as fuzzer ran out of space on
  big bitmaps.
* NUL terminate totext to make fault diagnosis easier.
* Add debugging messages to make fault diagnosie easier.
2020-08-13 23:06:55 +10: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 dns_rdata_fromwire_text fuzzer 2019-05-08 20:30:40 -04: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 fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
afl.sh Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00
dns_name_fromtext_target.c Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
dns_rdata_fromwire_text.c dns_rdata_fromwire_text fixes: 2020-08-13 23:06:55 +10: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 Address infinite loop on EOF. 2020-08-13 16:42:40 +10:00
isc_lex_gettoken.c Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
libfuzzer.sh Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00
main.c dns_rdata_fromwire_text fixes: 2020-08-13 23:06:55 +10:00
Makefile.am Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00