]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] fix: dev: Validating ADB fetches could cause a crash in import_rdataset()
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Mar 2025 12:09:19 +0000 (12:09 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 26 Mar 2025 12:09:19 +0000 (12:09 +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

Backport of MR !10172

Backport of MR !10178

Merge branch 'backport-5201-adb-cname-error-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10330


Trivial merge