From: Michał Kępień Date: Fri, 3 Jul 2020 07:36:17 +0000 (+0200) Subject: Add release note for #1938 X-Git-Tag: v9.17.4~44^2~6^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eedbd6ecf582cc21bc95154f27b773b32f886123;p=thirdparty%2Fbind9.git Add release note for #1938 --- diff --git a/doc/notes/notes-9.17.3.rst b/doc/notes/notes-9.17.3.rst index 5efead11db9..705c8a7537e 100644 --- a/doc/notes/notes-9.17.3.rst +++ b/doc/notes/notes-9.17.3.rst @@ -43,6 +43,10 @@ Bug Fixes send a response over the closing connection triggered an assertion failure in the function ``isc__nm_tcpdns_send()``. [GL #1937] +- A race condition could occur when ``named`` attempted to use a UDP + interface that was shutting down. This triggered an assertion failure + in ``uv__udp_finish_close()``. [GL #1938] + - 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]