From b606a17109c0f3f27b8db5596e7ada3aefe04822 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 13 Feb 2026 02:33:59 +0000 Subject: [PATCH] ITS#10449 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index f72b5c4c3f..dde818c486 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ OpenLDAP 2.6.13 Engineering Fixed slap(add|modify) to not recreate config frontend (ITS#10414) Fixed slapd authzPrettyNormal function memory leak (ITS#10446) Fixed slapd memory leak in parseAssert and parseReturnFilter functions (ITS#10450) + Fixed slapd memory leak in parseReadAttrs function (ITS#10449) Fixed slapd slapd_sasl_mechs race condition (ITS#10443) Fixed slapd syncrepl to be more efficient with refresh task (ITS#10413) Fixed slapd unbind/close race condition (ITS#10258)