diff --git a/CHANGES b/CHANGES index e2f0e0ddd3..9d6ef5015e 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3c367f9cde..bf571b84ac 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]