]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: dev: Check dns_rdata_fromstruct() return values bind-9.18
authorEvan Hunt <each@isc.org>
Thu, 4 Jun 2026 17:36:25 +0000 (17:36 +0000)
committerEvan Hunt <each@isc.org>
Thu, 4 Jun 2026 17:36:25 +0000 (17:36 +0000)
commitb3ee3321a4f80254c5ecba9fcd58444c3283ae21
tree1627986075ccd2fbff179c7b90bd275ddc5f06c5
parentfa699c38a821adf405ea85803ed0ea9fe374c68a
parente236d56a9df3b6fbf5afcce232d523bb1ef66044
[9.18] fix: dev: Check dns_rdata_fromstruct() return values

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.18' into 'bind-9.18'

See merge request isc-projects/bind9!12184