]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #4654]
authorAram Sargsyan <aram@isc.org>
Tue, 2 Apr 2024 10:43:35 +0000 (10:43 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 2 Apr 2024 14:21:54 +0000 (16:21 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index ddf889645e331cd83e915fde6da50e30fb192b03..bd72ded702f4258f7d684785f13af743bd2b39e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+6367.  [bug]           Since the dns_validator_destroy() function doesn't
+                       guarantee that it destroys the validator, rename it to
+                       dns_validator_shutdown() and require explicit
+                       dns_validator_detach() to follow. Implement an expected
+                       behavior of the function to release a name associated
+                       with the validator. [GL #4654]
+
 6366.  [bug]           An assertion could be triggered in the QPDB cache when
                        encountering a delegation below a DNAME. [GL #4652]