From d0f72756b62cb5e5b7e35c5d416e998fe787afde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 3 Apr 2023 15:07:45 +0200 Subject: [PATCH] Add CHANGES note for [GL #3989] (cherry picked from commit 04b851342b0244d1783870665164e839f9a20191) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4db698c6f3..20241e39f5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6143. [bug] A reference counting problem on the error path in + the xfrin_connect_done() might cause an assertion + failure on shutdown. [GL #3989] + 6142. [bug] Reduce the number of dns_dnssec_verify calls made determining if revoked keys needs to be removed from the trust anchors. [GL #3981]