bind9/lib
Ondřej Surý cf078fadeb
Fix the fetch context hash table lock ordering
The order of the fetch context hash table rwlock and the individual
fetch context was reversed when calling the release_fctx() function.
This was causing a problem when iterating the hash table, and thus the
ordering has been corrected in a way that the hash table rwlock is now
always locked on the outside and the fctx lock is the interior lock.
2025-02-21 22:05:43 +01:00
..
dns Fix the fetch context hash table lock ordering 2025-02-21 22:05:43 +01:00
isc Add isc_timer_running() function to check status of timer 2025-02-21 22:05:43 +01:00
isccc Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
isccfg Implement sig0key-checks-limit and sig0message-checks-limit 2025-02-20 13:35:14 +00:00
ns Fix RPZ bug when resuming a query during a reconfiguration 2025-02-21 11:10:15 +00: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