From 61d824cd415bdfac17c07ed08c93be669d586674 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Fri, 12 Nov 2021 10:47:25 +0200 Subject: [PATCH] Add an entry to CHANGES [GL #3004] Mentions that there is a fix to a bug in DoT code leading to an abort when a zone transfer over TLS ends with an unexpected DNS message. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 0b211b353a..f5c859d8f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5763. [bug] Fix a bug in DoT code leading to an abort when + a zone transfer ends with an unexpected DNS message. + [GL #3004] + 5762. [bug] Fix a "named" crash related to removing and restoring a `catalog-zone` entry in the configuration file and running `rndc reconfig`. [GL #1608]