]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #4331]
authorAram Sargsyan <aram@isc.org>
Wed, 27 Sep 2023 11:34:30 +0000 (11:34 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Sep 2023 10:31:43 +0000 (10:31 +0000)
(cherry picked from commit 9c545c3513a1f78dc21e83a823041da790925158)

CHANGES

diff --git a/CHANGES b/CHANGES
index e85aae8e22632461e472692ee58cc45a933dad8a..41fde2e83c0216bf922ded7384fd9a9e480765fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6261.  [bug]           Fix a possible assertion failure on an error path in
+                       resolver.c:fctx_query(), when using an uninitialized
+                       link. [GL #4331]
+
 6254.  [cleanup]       Add semantic patch to do an explicit cast from char
                        to unsigned char in ctype.h class of functions.
                        [GL #4327]