]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3429]
authorMark Andrews <marka@isc.org>
Fri, 1 Jul 2022 01:50:23 +0000 (11:50 +1000)
committerMark Andrews <marka@isc.org>
Wed, 6 Jul 2022 01:36:10 +0000 (11:36 +1000)
(cherry picked from commit d935ead14b47200f2a572e4c7011812b0debbd6d)

CHANGES

diff --git a/CHANGES b/CHANGES
index f626db4d10f3a1e3fd6008bb539577c9d3e224e4..7ec4ea7e1b95170ef67b7a457ceed2d9ccc32702 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5915.  [bug]           Detect missing closing brace (}) and computational
+                       overflows in $GENERATE directives. [GL #3429]
+
 5913.  [bug]           Fix a race between resolver query timeout and
                        validation in resolver.c:validated(). Remove
                        resolver.c:maybe_destroy() as it is no loger needed.