From 331b8aebe96d474af06c53e393fcd7e856e66694 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 8 Jun 2021 20:38:53 -0700 Subject: [PATCH] CHANGES (cherry picked from commit a605a84b085ea57de95b7f6707a35afcfc70262c) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 16b09122f8..2ac26b0cfb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5672. [bug] Authentication of rndc messages could fail if a + "controls" statement was configured with multiple + key algorithms in the same listener. [GL #2756] + 5671. [bug] Fix a race condition where two threads are competing for the same set of key file locks, that could lead to a deadlock. This has been fixed. [GL #2786]