mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add changes and notes for [#2783]
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,3 +1,8 @@
|
||||
5661. [bug] A deadlock was introduced when fixing [GL #1875] because
|
||||
when locking the key file mutex for each zone structure
|
||||
that is in a different view, "in-view" logic was not
|
||||
taken into account. This has been fixed. [GL #2783]
|
||||
|
||||
5660. [bug] Checking of key-directory and dnssec-policy was broken.
|
||||
The checks failed to account for key-directory
|
||||
inheritance. [GL #2778]
|
||||
|
@@ -55,3 +55,7 @@ Bug Fixes
|
||||
|
||||
- Checking of ``key-directory`` and ``dnssec-policy`` was broken.
|
||||
The checks failed to account for key-directory inheritance. :gl:`#2778`
|
||||
|
||||
- A deadlock at startup was introduced when fixing :gl:`#1875` because when
|
||||
locking key files for reading and writing, "in-view" logic was not taken into
|
||||
account. This has been fixed. [GL #2783]
|
||||
|
Reference in New Issue
Block a user