Files
bind9/lib/dns
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
..
2021-06-09 22:05:55 +00:00
2020-11-25 08:25:29 +11:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-01-29 12:07:38 +01:00
2021-02-23 09:16:48 +01:00
2021-05-19 00:45:54 +00:00
2020-12-01 10:46:58 +11:00
2021-05-20 09:15:43 +02:00
2021-05-26 08:15:08 +00:00