]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #2244]
authorMark Andrews <marka@isc.org>
Tue, 3 Nov 2020 00:30:05 +0000 (11:30 +1100)
committerMark Andrews <marka@isc.org>
Tue, 3 Nov 2020 12:50:02 +0000 (23:50 +1100)
(cherry picked from commit 2ef0f252a8a6baecdff61d927d4583e6da879f30)

CHANGES

diff --git a/CHANGES b/CHANGES
index 8f147ecb9eafa55dcc5674af577f87d7ea1eacef..25170dbb1d0edb8f7f36c47273a172001871f858 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5527.  [bug]           There was a NULL pointer dereference if the creation
+                       of the fetch to determine if a negative trust anchor
+                       was still valid failed. [GL #2244]
+
 5525.  [bug]           Change 5503 inadvertently broke cross-compilation by
                        replacing a call to AC_LINK_IFELSE() with a call to
                        AC_RUN_IFELSE() in configure.ac.  This has been fixed,