]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for [GL #5201]
authorNicki Křížek <nicki@isc.org>
Tue, 8 Apr 2025 18:16:35 +0000 (20:16 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 8 Apr 2025 18:28:01 +0000 (20:28 +0200)
doc/notes/notes-9.18.36.rst

index ddf4bc9f8bf36ba8b655fb1885d464fbc5ea3bad..458d3d9599c92211b9c0bc4f1039554174609abc 100644 (file)
@@ -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`