bind9/fuzz
Ondřej Surý ba99bdbf6f Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API
In this commit, the simple fuzzing tests for the isc_lex_gettoken() and
isc_lex_getmastertoken() functions have been added.

As part of this commit, the initialization has been moved from fuzz.h
constructor/destructor to LLVMFuzzerInitialize() in each fuzz test.  The
main.c of no-fuzzing and AFL modes have been modified to run the
LLVMFuzzerInitialize() at the start of the main() function mimicking
the libfuzzer mode of operation.
2020-07-31 17:28:35 +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 dns_rdata_fromwire_text fuzzer 2019-05-08 20:30:40 -04:00
isc_lex_getmastertoken.in Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +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 Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
fuzz.h Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02: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 Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02: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 Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
Makefile.am Re-enable the fuzzing tests 2020-07-31 17:28:35 +02:00