]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for GL #2503
authorMatthijs Mekking <matthijs@isc.org>
Thu, 18 Feb 2021 15:22:32 +0000 (16:22 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 25 Feb 2021 10:32:53 +0000 (11:32 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index c88380912f4e07cca38ee1ada89a0747037ccabf..aa7dc359039f253ff6732f557b44b4418ef37484 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5591.  [bug]           Fix a crash happening when "stale-answer-client-timeout"
+                       is triggered and there is no (stale) data for it in the
+                       cache. [GL #2503]
+
 5590.  [bug]           Process NSEC3PARAM queue when loading a dynamic zone.
                        This will immediately create NSEC3 records for zones
                        that use "dnssec-policy" and "nsec3param". [GL #2498]
index 54733d22c3707a0caa6b9dd4026a80d86c6923da..1ee8b090254166536da1f89e52418d7f44bef0c6 100644 (file)
@@ -59,3 +59,8 @@ Bug Fixes
 
 - An invalid direction field (not one of 'N'/'S' or 'E'/'W') in a LOC record
   triggered an INSIST failure. [GL #2499]
+
+- Previously, a BIND server could experience an unexpected server termination
+  (crash) if the return of stale cached answers was enabled and
+  ``stale-answer-client-timeout`` was applied to a client query in process.
+  This has been fixed. [GL #2503]