]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Change NSEC3 and NSEC3PARAM rdata struct fields to use isc_region_t
authorOndřej Surý <ondrej@isc.org>
Thu, 2 Apr 2026 16:05:58 +0000 (18:05 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 2 Apr 2026 16:05:58 +0000 (18:05 +0200)
Replace the separate pointer+length field pairs in the NSEC3 and NSEC3PARAM rdata structures (salt/salt_length, next/next_length, typebits/len) with isc_region_t, making the fields self-describing and eliminating a class of length-mismatch bugs.

Merge branch 'ondrej/change-nsec3-and-nsec3param-to-use-isc_region_t' into 'main'

See merge request isc-projects/bind9!11592


Trivial merge