2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

CHANGES entry

[cleanup]	Ensure that the size calculation does not overflow
		when allocating memory for an array.
		[GL #4120] [GL #4121] [GL #4122]
This commit is contained in:
Tony Finch
2023-06-06 18:14:08 +01:00
committed by Ondřej Surý
parent e2eaefbf7a
commit a8dbf61bb1

View File

@@ -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]