bind9/lib
Mark Andrews 21771f5295 Pause the dbiterator before calling dns_db_find
zone.c:integrity_checks() acquires a read lock while iterating the
zone database, and calls zone_check_mx() which acquires another
read lock. If another thread tries to acquire a write lock in the
meantime, it can deadlock. Calling dns_dbiterator_pause() to release
the first read lock prevents this.

(cherry picked from commit 4e1faa35d5)
2021-09-29 18:04:14 +02:00
..
bind9 Mark the masterfile-format type 'map' as deprecated 2021-09-17 09:10:29 +02:00
dns Pause the dbiterator before calling dns_db_find 2021-09-29 18:04:14 +02:00
irs backport of netmgr/taskmgr to 9.16 2021-05-14 12:52:48 +02:00
isc Address use before NULL check warning of ievent->sock 2021-09-29 11:43:14 +10:00
isccc Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
isccfg Address use before NULL check warning of obj 2021-09-29 11:43:14 +10:00
ns Adjust system forward test to also use IPv6 addresses 2021-09-14 17:13:42 +02:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in move samples/resolve.c to bin/tests/system 2021-04-19 14:32:53 +02:00