]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #2972]
authorAram Sargsyan <aram@isc.org>
Fri, 22 Oct 2021 13:38:45 +0000 (13:38 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Oct 2021 13:47:20 +0000 (13:47 +0000)
(cherry picked from commit 1ceb1f7ab09a2984ef976abcd33355eec48af7e9)

CHANGES

diff --git a/CHANGES b/CHANGES
index 9fcdf5d3e19e4efc6b02292624c58fb2e19e4dc1..203b2f6a3f89ffe825f62960f8343a0a596c0777 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
 5752.  [bug]           Fix an assertion failure caused by missing member zones
                        during a reload of a catalog zone. [GL #2308]
 
+5750.  [bug]           Fix a bug when comparing two RSA keys. There was a typo
+                       which caused the "p" prime factors to not being
+                       compared. [GL #2972]
+
 5737.  [bug]           Address Coverity warning in lib/dns/dnssec.c.
                        [GL #2935]