From: Mark Andrews Date: Wed, 20 Sep 2023 03:03:10 +0000 (+1000) Subject: Add CHANGES note for [GL #4253] X-Git-Tag: v9.19.18~54^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a822d0a713e24a2f0cf9abb81bbdf906072af3;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4253] --- diff --git a/CHANGES b/CHANGES index 362f7bc2a78..0a348dd1f3a 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]