From ea7cc30f7c8d0a2ec2d44ba1d3de367e1c97b2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= Date: Tue, 14 Jan 2020 21:26:52 +0100 Subject: [PATCH] CHANGES --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 1e9a7be985..c5d2ab50c4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5346. [bug] Make hazard pointer array allocations dynamic, fixing a + bug that caused named to crash on machines with more + than 40 cores. [GL #1493] + 5345. [func] Key-style trust anchors and DS-style trust anchors can now both be used for the same name. [GL !2892]