]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: DSYNC record incorrectly used two octets for the Scheme Field
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 15:19:23 +0000 (02:19 +1100)
committerMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 15:19:23 +0000 (02:19 +1100)
commitbd9f73c70591da8ee4566d23dc3cbfb916fe9d23
tree73ea87ba1c2305c39b842bb214e1625bded49943
parent963737fa3fac34b32dee738176986a2c86647edf
parent5b4e36fbfcfa3caf53db461496dc6e94a20dd7c0
[9.20] fix: usr: DSYNC record incorrectly used two octets for the Scheme Field

When creating the `DSYNC` record from a structure, `uint16_tobuffer` was used instead of `uint8_tobuffer` when adding the scheme, causing a `DSYNC` record that was one octet too long. This has been fixed.

Closes #5711

Backport of MR !11477

Merge branch 'backport-5711-dsync_fromstruct-produces-an-invalid-record-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11483