]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES entry
authorTony Finch <fanf@isc.org>
Tue, 6 Jun 2023 17:14:08 +0000 (18:14 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 27 Jun 2023 10:38:09 +0000 (12:38 +0200)
[cleanup] Ensure that the size calculation does not overflow
when allocating memory for an array.
[GL #4120] [GL #4121] [GL #4122]

CHANGES

diff --git a/CHANGES b/CHANGES
index b2289bdd5891035b9f59f0867a4453a6b38fa1cc..036a34ee15d39711f98de4f142bd3ceda3899825 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6203.  [cleanup]       Ensure that the size calculation does not overflow
+                       when allocating memory for an array.
+                       [GL #4120] [GL #4121] [GL #4122]
+
 6202.  [func]          Use per-loop memory contexts for dns_resolver
                        objects. [GL !8015]