From: Ondřej Surý Date: Wed, 26 Mar 2025 12:09:19 +0000 (+0000) Subject: [9.18] fix: dev: Validating ADB fetches could cause a crash in import_rdataset() X-Git-Tag: v9.18.36~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24bacb19034f6465259b1dee7eda4761802f149;p=thirdparty%2Fbind9.git [9.18] fix: dev: Validating ADB fetches could cause a crash in import_rdataset() 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 --- f24bacb19034f6465259b1dee7eda4761802f149