mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
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. |
||
|---|---|---|
| .. | ||
| dns_name_fromtext_target.in | ||
| dns_rdata_fromwire_text.in | ||
| isc_lex_getmastertoken.in | ||
| isc_lex_gettoken.in | ||
| .gitignore | ||
| afl.sh | ||
| dns_name_fromtext_target.c | ||
| dns_rdata_fromwire_text.c | ||
| fuzz.h | ||
| FUZZING.md | ||
| isc_lex_getmastertoken.c | ||
| isc_lex_gettoken.c | ||
| libfuzzer.sh | ||
| main.c | ||
| Makefile.am | ||