From: Mark Andrews Date: Fri, 23 Jan 2026 14:24:04 +0000 (+1100) Subject: fix: usr: DSYNC record incorrectly used two octets for the Scheme Field X-Git-Tag: v9.21.18~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20bbb629a2b6356c5d7df15cdaf3785584798ac;p=thirdparty%2Fbind9.git 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 --- a20bbb629a2b6356c5d7df15cdaf3785584798ac