From: Witold Kręcicki Date: Tue, 27 Oct 2020 09:09:30 +0000 (+0100) Subject: Add CHANGES and release note for GL #2227 X-Git-Tag: v9.17.7~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3117b747f10f3495da24d55074a94c3f2fe953;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #2227 --- diff --git a/CHANGES b/CHANGES index d27d31f4c00..0d8505efe0f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5522. [bug] Fix a race/NULL dereference in TCPDNS. [GL #2227] + 5521. [func] All use of libltdl was dropped. libuv's shared library handling interface is now used instead. [GL !4278] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 330d7c8a315..23f9d8da2cf 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,3 +41,6 @@ Bug Fixes - Handle `UV_EOF` differently such that it is not treated as a `TCP4RecvErr` or `TCP6RecvErr`. [GL #2208] + +- ``named`` could crash with an assertion failure if a TCP connection is closed + while the request is still processing. [GL #2227]