From cb25d5b80da06757199794977ed91cbfa465f0f4 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 19 May 2022 21:05:16 +0000 Subject: [PATCH] Add CHANGES note for [GL #3207] (cherry picked from commit 0450c9bd32846f58bb4f53e81ccc961d9f79c891) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index c60eec3ba3..c138c88ee2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5907. [bug] Fix a crash in dig NS search mode when one of the NS + server queries fail. [GL #3207] + 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