]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: DSYNC record incorrectly used two octets for the Scheme Field
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 14:24:04 +0000 (01:24 +1100)
committerMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 14:24:04 +0000 (01:24 +1100)
commita20bbb629a2b6356c5d7df15cdaf3785584798ac
treeda1bc4be606595aa5dc7163e080a32eaa3e911bc
parentdd8651ff36e489751d6f7f59ddc14ab6541d12bb
parent2159f74a1f3b7498a59516375be928109ec847e2
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

Merge branch '5711-dsync_fromstruct-produces-an-invalid-record' into 'main'

See merge request isc-projects/bind9!11477