bind9/lib
Evan Hunt 8487e43ad9 make all ISC_LIST_FOREACH calls safe
previously, ISC_LIST_FOREACH and ISC_LIST_FOREACH_SAFE were
two separate macros, with the _SAFE version allowing entries
to be unlinked during the loop. ISC_LIST_FOREACH is now also
safe, and the separate _SAFE macro has been removed.

similarly, the ISC_LIST_FOREACH_REV macro is now safe, and
ISC_LIST_FOREACH_REV_SAFE has also been removed.
2025-05-23 13:09:10 -07:00
..
dns make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
isc make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
ns make all ISC_LIST_FOREACH calls safe 2025-05-23 13:09:10 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00