]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #2227
authorWitold Kręcicki <wpk@isc.org>
Tue, 27 Oct 2020 09:09:30 +0000 (10:09 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 29 Oct 2020 11:34:00 +0000 (12:34 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d27d31f4c0046f1042c6e3267d58e64251e5cd52..0d8505efe0f92b30ca1efa14d254c4679b16139c 100644 (file)
--- 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]
 
index 330d7c8a315c5b9f723ccc754fb8bd7d7a12fd16..23f9d8da2cfbbc519e16764a94488e03ea9e217a 100644 (file)
@@ -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]