]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix the assertion failure in the selfsigned DNSKEY handling
authorMichał Kępień <michal@isc.org>
Sat, 18 Oct 2025 07:39:35 +0000 (09:39 +0200)
committerMichał Kępień <michal@isc.org>
Sat, 18 Oct 2025 07:39:35 +0000 (09:39 +0200)
commita78f847fc8620e95e486e5b5156f7eb39d25c377
tree6a44de325386f87a2082120f88eb7d0ceb2e5509
parent3be0cd8196d692df9a7b890a961eff2caa7463b4
parent7b26176c46e3c2a9e97a1177ee1d91236fd643e3
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