]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3598]
authorAram Sargsyan <aram@isc.org>
Fri, 21 Oct 2022 08:09:01 +0000 (08:09 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 21 Oct 2022 09:04:13 +0000 (09:04 +0000)
(cherry picked from commit 6f50972e5f2a6fcd7465d943d6c43b6cb52fee13)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5b6bc5d8e14e04f25cd96faff87714fd65cc99ca..d2b5c17845703205bcde1e4bff5845a118ee629d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6001.  [bug]           Always call dns_adb_endudpfetch() after calling
+                       dns_adb_beginudpfetch() for UDP queries in resolver.c,
+                       in order to adjust back the quota. [GL #3598]
+
 6000.  [bug]           Fix a startup issue on Solaris systems with many
                        (reportedly > 510) CPUs. Thanks to Stacey Marshall from
                        Oracle for deep investigation of the problem. [GL #3563]
index 06b545cea7d7314ea55e7735e9b19a23baf4e35a..4dd3264d97615686c0084fe7c0c743b3f54441d8 100644 (file)
@@ -46,3 +46,7 @@ Bug Fixes
 - BIND would fail to start on Solaris-based systems with hundreds of CPUs. This
   has been fixed. ISC would like to thank Stacey Marshall from Oracle for
   bringing this problem to our attention. :gl:`#3563`
+
+- In certain resolution scenarios quotas could be erroneously reached for
+  servers, including the configured forwarders, resulting in SERVFAIL answers
+  sent to the clients. This has been fixed. :gl:`#3598`