mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add release note for [GL #5201]
This commit is contained in:
parent
9b825eda1b
commit
5c87de6081
1 changed files with 7 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue