]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add changes and notes for [#2783]
authorMatthijs Mekking <matthijs@isc.org>
Mon, 21 Jun 2021 11:50:00 +0000 (13:50 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 22 Jun 2021 07:04:11 +0000 (09:04 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c701da6e8f796ef9b5bca80cb8cd548da369f4ac..0f7ed65ff9f5db02bd13e00eba4c5de7ffe86109 100644 (file)
--- a/CHANGES
+++ b/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]
index e872dcb97c1028d4965cd587298322801a953c2b..6e46da2b39694954a71b1b5c0dae6264514aa455 100644 (file)
@@ -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]