From: Aram Sargsyan Date: Tue, 2 Apr 2024 10:43:35 +0000 (+0000) Subject: Add a CHANGES note for [GL #4654] X-Git-Tag: v9.19.23~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d826ac5d0719a43b25c528b3571ca7a0b1df1e;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #4654] --- diff --git a/CHANGES b/CHANGES index ddf889645e3..bd72ded702f 100644 --- 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]