From: Ondřej Surý Date: Tue, 15 Feb 2022 20:06:18 +0000 (+0100) Subject: Add CHANGES and release note for [GL #3149] X-Git-Tag: v9.19.0~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f1c439335bf8054e2dfc940a305b3fe34661fb7;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3149] --- diff --git a/CHANGES b/CHANGES index 91d3c9acf11..65a9f828cb2 100644 --- 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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 18e67bd9923..b712aca52e5 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`