bind9/fuzz
Ondřej Surý 2c0a9575d7
Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro
Instead of marking the unused entities with UNUSED(x) macro in the
function body, use a `ISC_ATTR_UNUSED` attribute macro that expans to
C23 [[maybe_unused]] or __attribute__((__unused__)) as fallback.
2023-03-30 23:29:25 +02: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.sh
dns_master_load.c
dns_message_checksig.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
dns_message_parse.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
dns_name_fromtext_target.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
dns_name_fromwire.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
dns_qp.c
dns_qpkey_name.c
dns_rdata_fromtext.c
dns_rdata_fromwire_text.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
fuzz.h Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
FUZZING.md
isc_lex_getmastertoken.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
isc_lex_gettoken.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
libfuzzer.sh
main.c
Makefile.am
old.c
old.h