]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Validating ADB fetches could cause a crash in import_rdataset() 5207-dnssec-signzone-R-flag-ineffective 10179/head
authorEvan Hunt <each@isc.org>
Wed, 26 Feb 2025 20:34:27 +0000 (20:34 +0000)
committerEvan Hunt <each@isc.org>
Wed, 26 Feb 2025 20:34:27 +0000 (20:34 +0000)
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 in the ADB. The resolver error has been fixed.

Closes #5201

Merge branch '5201-adb-cname-error' into 'main'

See merge request isc-projects/bind9!10172


Trivial merge