]> git.ipfire.org Git - thirdparty/bind9.git/commit
dsync_from struct produced an invalid record
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 02:32:41 +0000 (13:32 +1100)
committerMark Andrews (GitLab job 6764530) <marka@isc.org>
Fri, 23 Jan 2026 14:24:27 +0000 (14:24 +0000)
commit19cf7bb2cdf85404f255ca85dce3756dc93edde5
tree627dedb361ef054681b2d488fe62cda2655bcdd2
parent963737fa3fac34b32dee738176986a2c86647edf
dsync_from struct produced an invalid record

uint16_tobuffer was used instead of uint8_tobuffer when adding the
scheme to the buffer.  This produced a record that was one octet
too long.  This has been fixed.

(cherry picked from commit 3180e5045978ce9fef524e98a66c0fdc7d7b783c)
lib/dns/rdata/generic/dsync_66.c