]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3149]
authorOndřej Surý <ondrej@isc.org>
Tue, 15 Feb 2022 20:06:18 +0000 (21:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 19:39:55 +0000 (20:39 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 91d3c9acf113246fce0fdbd9c5a44146306992a0..65a9f828cb2570061ee8ca0158d4c7ed5d897592 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5809.  [bug]           Reset client TCP connection when data received cannot
+                       be parsed as a valid DNS request. [GL #3149]
+
 5808.  [bug]           Certain TCP failures were not caught and handled
                        correctly by the dispatch manager, causing
                        connections to time out rather than returning
index 18e67bd99234dc66a1c9299ea1c8bea5307ef685..b712aca52e587d39455ce6016a7b4cb865fb9dc8 100644 (file)
@@ -76,3 +76,6 @@ Bug Fixes
   been fixed by adding a "write" timer. Connections that are hung
   while writing will now time out after the ``tcp-idle-timeout`` period
   has elapsed. :gl:`#3132`
+
+- Client TCP connections are now closed immediately when data received
+  cannot be parsed as a valid DNS request. :gl:`#3149`