]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: nil: Set length in dns_rdata_in_dhcid structure
authorMark Andrews <marka@isc.org>
Thu, 12 Mar 2026 10:03:39 +0000 (21:03 +1100)
committerMark Andrews <marka@isc.org>
Thu, 12 Mar 2026 10:03:39 +0000 (21:03 +1100)
commit64e880715421622bf4f2b2bbcef117d8c695a45b
treebd75e2c93d839135d1c5801ddc0b582e58e42cf2
parent4ed9da5b051ca4d126db7d07715082638b888dd4
parentf5acdbb783d60a7252c3cd182cafaf4f2d2f448c
[9.20] fix: nil: Set length in dns_rdata_in_dhcid structure

tostruct_in_dhcid was not setting the length field in the
dns_rdata_in_dhcid structure. This has been fixed.

Fixes #5796

Backport of MR !11668

Merge branch 'backport-marka-set-dhcid-length-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11672