Files
bind9/lib/dns
Matthijs Mekking bb1f0404ab 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.

(cherry picked from commit 42c601ae14)
2021-06-22 09:25:46 +02:00
..
2021-06-10 08:33:46 +10:00
2021-04-19 14:32:53 +02:00
2020-11-11 15:59:56 -03:00
2021-05-26 08:49:30 +10:00
2021-02-23 09:18:55 +01:00
2021-05-19 09:05:35 +02:00
2020-03-12 00:38:37 -07:00
2020-12-01 23:19:20 +11: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-01-28 12:18:31 +11:00