From 48324b06d052b0746c85f0bb4047035a5e101a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 31 Jan 2024 11:52:19 +0100 Subject: [PATCH] Add a CHANGES entry (cherry picked from commit 04ba284e1ace177d095599c8708126093a91336d) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 6bccc42646..c85c39a0b1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6321. [security] Change 6315 inadvertently introduced regressions that + could cause named to crash. [GL #4234] + 6320. [bug] Under some circumstances, the DoT code in client mode could process more than one message at a time when that was not expected. That has been fixed. [GL #4487]