bind9/lib
Matthijs Mekking 42c601ae14 Fix deadlock issue with key-directory and in-view
When locking key files for a zone, we iterate over all the views and
lock a mutex inside the zone structure. However, if we envounter an
in-view zone, we will try to lock the key files twice, one time for
the home view and one time for the in-view view. This will lead to
a deadlock because one thread is trying to get the same lock twice.
2021-06-22 09:04:11 +02:00
..
bind9 Checking of key-directory and dnssec-policy was broken 2021-06-18 16:46:02 +10:00
dns Fix deadlock issue with key-directory and in-view 2021-06-22 09:04:11 +02:00
irs Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
isc Drop support for clang atomic and gcc __sync builtins 2021-06-17 09:51:04 +02:00
isccc Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
isccfg Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
ns Remove atomics emulated by a mutex-locked variable 2021-06-17 09:51:04 +02:00
.gitignore
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in