]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for #1968
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2020 13:07:57 +0000 (15:07 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jul 2020 13:35:21 +0000 (15:35 +0200)
(cherry picked from commit 4c12709da49a889614376f5e8e6ea0ecfcd55051)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 81cdb6638c77d3cf924e4ee2daca62eb4594f19d..d8a7d34536cfba5b05b0ac23c786cfac8d6bb223 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5455.  [bug]           `named` could crash when cleaning dead nodes
+                       in lib/dns/rbtdb.c that have been reused meanwhile.
+                       [GL #1968]
+
 5454.  [bug]           Address a startup crash happening when server is
                        under load and root zone is not yet loaded. [GL #1862]
 
index eb1591df79cbdedbd58aaa8a55aa43aa74f9bc50..c025384f1f066bdcbf2ce8189b2c4ef4e4f44fcc 100644 (file)
@@ -65,3 +65,6 @@ Bug Fixes
 
 - Fix assertion failure when server is under load and root zone is not yet
   loaded. [GL #1862]
+
+- ``named`` could crash when cleaning dead nodes in ``lib/dns/rbtdb.c`` that
+  have been reused meanwhile.  [GL #1968]