]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add an entry to CHANGES [GL #3004]
authorArtem Boldariev <artem@boldariev.com>
Fri, 12 Nov 2021 08:47:25 +0000 (10:47 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 24 Nov 2021 09:19:21 +0000 (11:19 +0200)
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

diff --git a/CHANGES b/CHANGES
index 0b211b353ae13c1a1d32ca4ca8e90ef45f5dc512..f5c859d8f9760498cf3eb76e1ce04d1beedd585e 100644 (file)
--- 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]