From 0bf70cb1436a1b9d82469c004e65ff57ca377beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 18 Apr 2023 14:38:08 +0200 Subject: [PATCH] Add CHANGES note for [GL #4018] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1024fb8453..8279c5716b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6159. [bug] Fix use-after-free bug in TCP accept connection + failure. [GL #4018] + 6158. [func] Add ISC_LIST_FOREACH() and ISC_LIST_FOREACH_SAFE() to walk the ISC_LIST() in a unified manner and use the safe macro to fix the potential UAF when shutting