]> 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:20:39 +0000 (20:20 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 8 Apr 2025 18:24:11 +0000 (20:24 +0200)
doc/notes/notes-9.20.8.rst

index 817e7b090bb5d7a85fc4c30e1552b24b893e07ab..8328f21899e43480ccb197eddbcde69cefb2f99c 100644 (file)
@@ -131,3 +131,10 @@ Bug Fixes
     properties is discouraged in all cases.
 
   :gl:`#5242`
+
+- 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`