]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3400]
authorOndřej Surý <ondrej@isc.org>
Tue, 14 Jun 2022 07:23:32 +0000 (09:23 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Jun 2022 09:55:03 +0000 (11:55 +0200)
(cherry picked from commit 646df5cbbc30fe47ec1787478cea4a4e231776a2)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 103d1c1ff6e945e1d99098f169768a8992eca205..389dd4995bb11f46f579073deb54525dcef6cab8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5905.  [bug]           When the TCP connection would be closed/reset between
+                       the connect/accept and the read, the uv_read_start()
+                       return value would be unexpected and cause an assertion
+                       failure. [GL #3400]
+
 5903.  [bug]           When named checks that the OPCODE in a response matches
                        that of the request, if there is a mismatch named logs
                        an error.  Some of those error messages incorrectly
index 6499bf5f494a02c179b130e9b3c4fc45269876e4..04ccdde93ea5f4ed0dfae49c222413bd35adfc0e 100644 (file)
@@ -40,4 +40,5 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- Fix the assertion failure caused by TCP connection closing between the
+  connect (or accept) and the read from the socket. :gl:`#3400`