bind9/fuzz
Mark Andrews e50c962061 Remove init and deinit from fuzz.h
Constructors and destructors for the main program are not reliable
as they may be called before constructors for shared libraries they
depend upon or be called after destructors of shared libraries they
depend upon.
2023-05-18 13:45:22 +10:00
..
dns_master_load.in Add test case for issue-45178 2022-04-01 21:42:53 +11: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_fromtext.in Add seed that demonstrated INSIST triggered in isc_lex_gettoken 2022-03-02 01:04:40 +00:00
dns_rdata_fromwire_text.in add svcb fuzzing seed 2021-08-18 14:59:29 +10:00
.gitignore dns_rdata_fromwire_text fuzzer 2019-05-08 20:30:40 -04:00
dns_name_fromtext_target.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
dns_rdata_fromwire_text.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
fuzz.h Remove init and deinit from fuzz.h 2023-05-18 13:45:22 +10:00
FUZZING.md Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
main.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00