From d5aa22ec7418014b91a2f7e97c00b964d4660108 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 15 Dec 2023 19:37:20 +1100 Subject: [PATCH] Add CHANGES for [GL #1794] and [GL #4459] (cherry picked from commit 9b5ed853d07717b59f749f1a9445a02e0f4f5419) --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f64ea009b5..86ff535f29 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +6312. [bug] Conversion from NSEC3 signed to NSEC signed could + temporarily put the zone into a state where it was + treated as unsigned until the NSEC chain was built. + Additionally conversion from one set of NSEC3 parameters + to another could also temporarily put the zone into a + state where it was treated as unsigned until the new + NSEC3 chain was built. [GL #1794] [GL #4495] + 6310. [bug] Memory leak in zone.c:sign_zone. When named signed a zone it could leak dst_keys due to a misplaced 'continue'. [GL #4488]