From: Tony Finch Date: Tue, 6 Jun 2023 17:14:08 +0000 (+0100) Subject: CHANGES entry X-Git-Tag: v9.19.15~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8dbf61bb1241572e73993d084ab1ae3dfb2aacb;p=thirdparty%2Fbind9.git CHANGES entry [cleanup] Ensure that the size calculation does not overflow when allocating memory for an array. [GL #4120] [GL #4121] [GL #4122] --- diff --git a/CHANGES b/CHANGES index b2289bdd589..036a34ee15d 100644 --- 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]