mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-24 02:59:43 -04:00
All the applications built on top of the loop manager were required to create just a single instance of the loop manager. Refactor the loop manager to not expose this instance to the callers and keep the loop manager object internal to the isc_loop compilation unit. This significantly simplifies a number of data structures and calls to the isc_loop API. |
||
|---|---|---|
| .. | ||
| 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 | ||
| afl.sh | ||
| dns_master_load.c | ||
| dns_message_checksig.c | ||
| dns_message_parse.c | ||
| dns_name_fromtext_target.c | ||
| dns_name_fromwire.c | ||
| dns_qp.c | ||
| dns_qpkey_name.c | ||
| dns_rdata_fromtext.c | ||
| dns_rdata_fromwire_text.c | ||
| fuzz.h | ||
| FUZZING.md | ||
| isc_lex_getmastertoken.c | ||
| isc_lex_gettoken.c | ||
| libfuzzer.ini | ||
| libfuzzer.sh | ||
| main.c | ||
| meson.build | ||
| old.c | ||
| old.h | ||