From e644acbfaec31e59970ec53c140cafa0c4547ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 14 Jun 2022 09:23:32 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #3400] (cherry picked from commit 646df5cbbc30fe47ec1787478cea4a4e231776a2) --- CHANGES | 5 +++++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f9e9f9d2ed..c60eec3ba3 100644 --- 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] + 5904. [func] Changed dnssec-signzone -H default to 0 additional NSEC3 iterations. [GL #3395] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f687b1c452..c04c2aed0c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -46,3 +46,6 @@ Bug Fixes - It was possible for a catalog zone consumer to process a catalog zone member zone when there was a configured pre-existing forward-only forward zone with the same name. This has been fixed. :gl:`#2506`. + +- Fix the assertion failure caused by TCP connection closing between the + connect (or accept) and the read from the socket. :gl:`#3400`