2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add release note for [GL #5201]

This commit is contained in:
Nicki Křížek
2025-04-08 20:20:39 +02:00
parent 8215cee12a
commit 46143e2c33

View 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`