]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3060]
authorAram Sargsyan <aram@isc.org>
Tue, 28 Dec 2021 12:31:10 +0000 (12:31 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 25 Jan 2022 08:21:50 +0000 (08:21 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e60d27c7791d85cd184111860c625f16d1e08945..9e82be8c27d6335996a4abc55a3fed38d97cd6ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5797.  [bug]           A failed view configuration during a named
+                       reconfiguration procedure could cause inconsistencies
+                       in BIND internal structures, causing a crash or other
+                       unexpected errors. [GL #3060]
+
 5796.  [bug]           Ignore the invalid (<= 0) values returned
                        by the sysconf() check for the L1 cache line
                        size.  [GL #3108]
index cc562b6b9bc23295bca535dfffc8844072809c21..eb9aab095ab14e43cf2001d4717f2aca843f4f50 100644 (file)
@@ -45,3 +45,7 @@ Bug Fixes
 - With libuv >= 1.37.0, the recvmmsg support would not be enabled in ``named``
   reducing the maximum query-response performance.  The recvmmsg support would
   be used only in libuv 1.35.0 and 1.36.0.  This has been fixed.  :gl:`#3095`
+
+- A failed view configuration during a named reconfiguration procedure could
+  cause inconsistencies in BIND internal structures, causing a crash or other
+  unexpected errors.  This has been fixed.  :gl:`#3060`