bind9/fuzz
Evan Hunt 38e94cc7da switch to CHECK where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                goto cleanup;
        }

with:

        CHECK(<statement>);
2025-12-03 13:45:42 -08:00
..
dns_master_load.in
dns_message_checksig.in
dns_message_parse.in
dns_name_fromtext_target.in
dns_name_fromwire.in
dns_qp.in
dns_qpkey_name.in
dns_rdata_fromtext.in
dns_rdata_fromwire_text.in
isc_lex_getmastertoken.in
isc_lex_gettoken.in
.gitignore
afl.ini replace the build system with meson 2025-06-11 10:30:12 +03:00
afl.sh
dns_master_load.c
dns_message_checksig.c Change the loopmgr to be singleton 2025-07-23 22:44:16 +02:00
dns_message_parse.c switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
dns_name_fromtext_target.c
dns_name_fromwire.c
dns_qp.c Prepend qpkey with denial byte 2025-07-10 13:52:59 +00:00
dns_qpkey_name.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
dns_rdata_fromtext.c switch to CHECK where it wasn't being used 2025-12-03 13:45:42 -08:00
dns_rdata_fromwire_text.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
fuzz.h standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
FUZZING.md Update documented build commands for fuzzers 2025-07-02 08:50:34 +00:00
isc_lex_getmastertoken.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
isc_lex_gettoken.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
libfuzzer.ini replace the build system with meson 2025-06-11 10:30:12 +03:00
libfuzzer.sh
main.c
meson.build fix fuzzing 2025-10-24 14:35:28 +03:00
old.c
old.h