From e8a822d0a713e24a2f0cf9abb81bbdf906072af3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 20 Sep 2023 13:03:10 +1000 Subject: [PATCH] Add CHANGES note for [GL #4253] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 362f7bc2a7..0a348dd1f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6262. [bug] Duplicate control sockets didn't generate a + configuration failure leading to hard to diagnose + rndc connection errors. These are now caught by + named-checkconf and named. [GL #4253] + 6261. [bug] Fix a possible assertion failure on an error path in resolver.c:fctx_query(), when using an uninitialized link. [GL #4331]