]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3398]
authorAram Sargsyan <aram@isc.org>
Fri, 10 Jun 2022 15:19:43 +0000 (15:19 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 1 Jul 2022 08:42:28 +0000 (08:42 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2032ef73d61ae7c2940bd7ff48e2b6fa3f6830fb..f626db4d10f3a1e3fd6008bb539577c9d3e224e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5913.  [bug]           Fix a race between resolver query timeout and
+                       validation in resolver.c:validated(). Remove
+                       resolver.c:maybe_destroy() as it is no loger needed.
+                       [GL #3398]
+
 5909.  [bug]           The server-side destination port was missing from dnstap
                        captures of client traffic. [GL #3309]
 
index 04ccdde93ea5f4ed0dfae49c222413bd35adfc0e..fb43114671c5ea240da68ec70752a5384636d8e9 100644 (file)
@@ -42,3 +42,7 @@ Bug Fixes
 
 - Fix the assertion failure caused by TCP connection closing between the
   connect (or accept) and the read from the socket. :gl:`#3400`
+
+- ``named`` could crash during a very rare situation that could arise when
+  validating a query which had timed out at that same exact moment. This has
+  been fixed. :gl:`#3398`