From: Michał Kępień Date: Sat, 18 Oct 2025 07:39:35 +0000 (+0200) Subject: fix: usr: Fix the assertion failure in the selfsigned DNSKEY handling X-Git-Tag: v9.21.14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78f847fc8620e95e486e5b5156f7eb39d25c377;p=thirdparty%2Fbind9.git fix: usr: Fix the assertion failure in the selfsigned DNSKEY handling The selfsigned_dnskey() function can now return all the return codes that dns_dnssec_keyfromrdata() can return and this would cause an assertion failure as we were not expecting new isc_result_t codes. Closes isc-projects/bind9#5343 Merge branch 'ondrej/security-fix-crash-in-selfsigned-key-handling' into 'v9.21.14-release' See merge request isc-private/bind9!865 --- a78f847fc8620e95e486e5b5156f7eb39d25c377