From 46143e2c332939c1364568fcbf3f93924e6e23a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 8 Apr 2025 20:20:39 +0200 Subject: [PATCH] Add release note for [GL #5201] --- doc/notes/notes-9.20.8.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/notes/notes-9.20.8.rst b/doc/notes/notes-9.20.8.rst index 817e7b090b..8328f21899 100644 --- a/doc/notes/notes-9.20.8.rst +++ b/doc/notes/notes-9.20.8.rst @@ -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`