From bef5e723b29b609ee9624bf7c88202cbd89e2a00 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 1 Feb 2021 11:52:16 +1100 Subject: [PATCH] Add CHANGES note for [GL #2460] --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 20604264e5..fafaf01b3d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5579. [bug] If an invalid key name (e.g. "a..b") is + specified in an primaries list in named.conf + the wrong size is passed to isc_mem_put + resulting in the returned memory being put + on the wrong freed list. [GL #2460] + 5578. [protocol] Make "check-names" accept A records below "_spf", "_spf_rate" and "_spf_verify" labels in order to cater for the "exists" SPF mechanism specified in RFC 7208