bind9/fuzz/isc_lex_gettoken.in
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
..
named.conf Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00
simple Add fuzzing for the isc_lex (isc_lex_gettoken,isc_lex_getmastertoken) API 2020-07-31 17:28:35 +02:00