From a8dbf61bb1241572e73993d084ab1ae3dfb2aacb Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Tue, 6 Jun 2023 18:14:08 +0100 Subject: [PATCH] CHANGES entry [cleanup] Ensure that the size calculation does not overflow when allocating memory for an array. [GL #4120] [GL #4121] [GL #4122] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index b2289bdd58..036a34ee15 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]