2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Add a CHANGES note for [GL #4654]

This commit is contained in:
Aram Sargsyan 2024-04-02 10:43:35 +00:00 committed by Ondřej Surý
parent a5ea7bcd25
commit 88d826ac5d
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41

View File

@ -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]