]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for GL #2104
authorOndřej Surý <ondrej@sury.org>
Fri, 28 Aug 2020 07:44:28 +0000 (09:44 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 28 Aug 2020 14:21:56 +0000 (16:21 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e2f0e0ddd3c74cad1f5c0909be64d5cd72745d2a..9d6ef5015e593826e51cc7d04dcddac1025cb3bc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5493.  [bug]           Fix off-by-one error when calculating new hashtable
+                       size. [GL #2104]
+
 5492.  [bug]           Tighten LOC parsing to reject period and/or m as a
                        value.  Correct handling of negative altitudes which
                        are not whole metres.  [GL #2074]
index 3c367f9cdef5638cfc2f52d1de0c70456648f2df..bf571b84ac330f2cc101913a6aa0fcff18429d56 100644 (file)
@@ -37,4 +37,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- In rare circumstances, named would exit with assertion failure when the number
+  of nodes stored in the red-black-tree exceeds the maximum allowed size of the
+  internal hashtable.  [GL #2104]