]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #2499]
authorMark Andrews <marka@isc.org>
Thu, 18 Feb 2021 05:59:57 +0000 (16:59 +1100)
committerMark Andrews <marka@isc.org>
Thu, 18 Feb 2021 22:18:06 +0000 (09:18 +1100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 60ba9d53119f494e08ebb2be595da43c22352ffc..516169727661818c9f5c68573508d6e83aaab36b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5586.  [bug]           An invalid direction field in a LOC record resulted in
+                       an INSIST failure. [GL #2499]
+
 5585.  [func]          Implementations of memory contexts and memory pools were
                        refactored to reduce lock contention for shared memory
                        contexts by replacing mutexes with atomic operations.