Files
bind9/lib/dns
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
..
2021-04-19 14:32:53 +02:00
2020-11-11 15:59:56 -03:00
2021-08-11 15:18:10 +02:00
2021-02-23 09:18:55 +01:00
2021-08-28 07:45:39 -07:00
2020-12-01 23:19:20 +11:00
2021-09-01 00:43:54 -07:00
2021-09-01 00:43:54 -07:00
2021-08-18 14:59:29 +10:00
2020-11-11 15:59:56 -03:00
2020-11-11 15:59:56 -03:00
2021-05-20 09:52:53 +02:00
2021-08-30 11:58:29 -07:00