]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: Check dns_rdata_fromstruct() return values
authorEvan Hunt <each@isc.org>
Thu, 4 Jun 2026 17:36:18 +0000 (17:36 +0000)
committerEvan Hunt <each@isc.org>
Thu, 4 Jun 2026 17:36:18 +0000 (17:36 +0000)
In some functions implementing RFC 5011 key maintenance, the
results of `dns_rdata_fromstruct()` were not checked. This has been
fixed.

Closes #5982

Backport of MR !12017

Merge branch 'backport-5982-keyfetch-done-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12183


Trivial merge