]> 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@isc.org>
Fri, 28 Aug 2020 18:43:39 +0000 (20:43 +0200)
(cherry picked from commit d47d2b3fe0f35ea12f585243acfc3d1e4997d244)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 7bfdddca4c3e57c5f3a4b60f1ce74eb048c9ff6d..e61dadee23e676a3e9eee25350b3aeeb947dec35 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 8a59696e14a93da0857bae2bfca9394e28e98927..1efb89885a64493e1dedccf9e9e431e508b28c38 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]