From 7632a727390dd93d0d184428ea723bd8f401e939 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Mon, 4 Dec 2023 14:42:30 +0200 Subject: [PATCH] Update CHANGES [GL #4464] Mention that BIND crashing due to a `tls` multithreaded entry initialisation attempts has been fixed. (cherry picked from commit f7de76616803a87c9426af9790bf05fe92f6f850) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 062b5ebe43..543eeafa23 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6294. [bug] BIND might sometimes crash after startup or + re-configuration when one 'tls' entry is used multiple + times to connect to remote servers due to initialisation + attempts from contexts of multiple threads. That has + been fixed. [GL #4464] + 6290. [bug] Dig +yaml will now report "no servers could be reached" also for UDP setup failure when no other servers or tries are left. [GL #1229]