From 1fed5c8171c4f59aeb43891462475caaae69cce3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 5 Sep 2023 09:50:16 +1000 Subject: [PATCH] Add CHANGES for [GL #4214] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 96e4901493..9069b19b4b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6243. [bug] Restore the call order of dns_validator_destroy and + fetchctx_detach to prevent use after free. [GL #4214] + 6242. [func] Ignore jemalloc versions before 4.0.0 as we now need explicit memory arenas and tcache support. [GL #4296]