]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3248]
authorAram Sargsyan <aram@isc.org>
Fri, 1 Apr 2022 13:39:06 +0000 (13:39 +0000)
committerAram Sargsyan <aram@isc.org>
Mon, 4 Apr 2022 09:16:15 +0000 (09:16 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index cf0ef79ef8487c8330d9f3b81db1d9dd880020c4..b4503afc1a038c80087c61c7d174955f2f9cdedf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5848.  [bug]           dig could hang in some cases involving multiple servers
+                       in a lookup, when a request fails and the next one
+                       refuses to start for some reason, for example if it was
+                       an IPv4 mapped IPv6 address. [GL #3248]
+
 5847.  [cleanup]       Remove task privileged mode in favor of processing
                        all events in the loadzone task in a single run
                        by setting the quantum to UINT_MAX. [GL #3253]