From 41a79d068c9768bdd33d389b0fa313fb97f9726b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 3 Jul 2020 09:36:17 +0200 Subject: [PATCH] Add release note for #1937 --- doc/notes/notes-9.17.3.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-9.17.3.rst b/doc/notes/notes-9.17.3.rst index adcb0a51e4..5efead11db 100644 --- a/doc/notes/notes-9.17.3.rst +++ b/doc/notes/notes-9.17.3.rst @@ -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]