bind9/lib/dns/include
Aram Sargsyan c67ce97045 Fix a data race between the dns_zone and dns_catz modules
The dns_zone_catz_enable_db() and dns_zone_catz_disable_db()
functions can race with similar operations in the catz module
because there is no synchronization between the threads.

Add catz functions which use the view's catalog zones' lock
when registering/unregistering the database update notify callback,
and use those functions in the dns_zone module, instead of doing it
directly.

(cherry picked from commit 6f1f5fc307)
2023-07-06 10:44:03 +00:00
..
dns Fix a data race between the dns_zone and dns_catz modules 2023-07-06 10:44:03 +00:00
dst Restore the ability to read legacy K*+157+* files 2023-06-29 10:32:10 +10:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00