]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for #1937
authorMichał Kępień <michal@isc.org>
Fri, 3 Jul 2020 07:36:17 +0000 (09:36 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 Jul 2020 20:51:33 +0000 (22:51 +0200)
doc/notes/notes-9.17.3.rst

index adcb0a51e4cfd2f17b53478383490ee6fc795e0b..5efead11db9f1a22a3d37ee6e83cd7176034056e 100644 (file)
@@ -38,6 +38,11 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
+- A race condition could occur if a TCP socket connection was closed
+  while ``named`` was waiting for a recursive response. The attempt to
+  send a response over the closing connection triggered an assertion
+  failure in the function ``isc__nm_tcpdns_send()``. [GL #1937]
+
 - The DS RRset returned by ``dns_keynode_dsset()`` was used in a
   non-thread-safe manner. This could result in an INSIST being
   triggered. [GL #1926]