From 2dd97e2c6a13d9f7d6dbf025a3d60b48c72b325e Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 2 Dec 2021 12:13:56 -0800 Subject: [PATCH] CHANGES for [GL #3042] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 8d26051d1f..b786f8a39d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5777. [bug] TCP connections could hang after receiving + non-matching responses. [GL #3042] + 5776. [bug] Add a missing isc_condition_destroy() for nmsocket condition variable and add missing isc_mutex_destroy() for nmworker lock. [GL #3051]