bind9/fuzz
Mark Andrews 0c95100f98 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.

(cherry picked from commit a92d973430)
2020-08-14 00:38:45 +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
.gitignore dns_rdata_fromwire_text fuzzer 2019-05-08 20:30:40 -04:00
dns_name_fromtext_target.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
dns_rdata_fromwire_text.c dns_rdata_fromwire_text fixes: 2020-08-14 00:38:45 +10:00
fuzz.h dns_rdata_fromwire_text fixes: 2020-08-14 00:38:45 +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
main.c dns_rdata_fromwire_text fixes: 2020-08-14 00:38:45 +10:00
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00