]> 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 <marka@isc.org>
Fri, 23 Jan 2026 13:38:51 +0000 (00:38 +1100)
commit3180e5045978ce9fef524e98a66c0fdc7d7b783c
treecf780cd07d23b47ac08f02ca8bca6f207e8f14d0
parentdd8651ff36e489751d6f7f59ddc14ab6541d12bb
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.
lib/dns/rdata/generic/dsync_66.c