From: Ondřej Surý Date: Thu, 2 Apr 2026 16:05:58 +0000 (+0200) Subject: chg: dev: Change NSEC3 and NSEC3PARAM rdata struct fields to use isc_region_t X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245c71dfac1df1e32098bea0ad8e480c570b3497;p=thirdparty%2Fbind9.git chg: dev: Change NSEC3 and NSEC3PARAM rdata struct fields to use isc_region_t 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 --- 245c71dfac1df1e32098bea0ad8e480c570b3497