From: Nicki Křížek Date: Tue, 8 Apr 2025 18:16:35 +0000 (+0200) Subject: Add release note for [GL #5201] X-Git-Tag: v9.18.36~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c87de60817930bacf8f6c472401ef7e951b5617;p=thirdparty%2Fbind9.git Add release note for [GL #5201] --- diff --git a/doc/notes/notes-9.18.36.rst b/doc/notes/notes-9.18.36.rst index ddf4bc9f8bf..458d3d9599c 100644 --- a/doc/notes/notes-9.18.36.rst +++ b/doc/notes/notes-9.18.36.rst @@ -48,3 +48,10 @@ Bug Fixes the DNSKEY implementation was built on top of KEY, the ``_NOAUTH`` flag prevented authentication in DNSKEYs as well. This has been corrected. :gl:`#5240` + +- Fix inconsistency in CNAME/DNAME handling during resolution. + + Previously, in some cases, the resolver could return rdatasets of type + CNAME or DNAME without the result code being set to ``DNS_R_CNAME`` or + ``DNS_R_DNAME``. This could trigger an assertion failure. This has + been fixed. :gl:`#5201`