bind9/lib
Aram Sargsyan a2817541b3 Fix a data race in dns__catz_update_cb()
The dns__catz_update_cb() function was earlier updated (see
d2ecff3c4a) to use a separate
'dns_db_t' object ('catz->updb' instead of 'catz->db') to
avoid a race between the 'dns__catz_update_cb()' and
'dns_catz_dbupdate_callback()' functions, but the 'REQUIRE'
check there still checks the validity of the 'catz->db' object.

Fix the omission.
2023-03-27 11:02:25 +00:00
..
dns Fix a data race in dns__catz_update_cb() 2023-03-27 11:02:25 +00:00
isc Remove the netievent remnants 2023-03-24 07:58:53 +01:00
isccc Apply adjusted clang-format 2023-03-10 17:31:28 +01:00
isccfg remove {root-}delegation-only 2023-03-23 12:57:01 -07:00
ns Implement dns_db node tracing 2023-02-28 11:44:15 +01: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