From 55cc5fea67b8f8a9bfcf6e5159578a6b7c5cfa4c Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 9 Jan 2024 12:01:14 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4508] (cherry picked from commit 1246d982a275fdc367319886ba9cc514c83153dc) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 6faa12370c..d9a0c0e083 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6320. [bug] Fix a possible crash in 'dig +nssearch +nofail' and + 'host -C' commands when one of the name servers returns + SERVFAIL. [GL #4508] + 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.