]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove the "raw" version of the dns_slabheader API
authorOndřej Surý <ondrej@isc.org>
Wed, 19 Feb 2025 12:59:23 +0000 (13:59 +0100)
committerEvan Hunt <each@isc.org>
Wed, 19 Feb 2025 23:00:15 +0000 (15:00 -0800)
commit2fc32c105ddeb6031328319f9d783bd2cf7238e5
tree63062de9b937f1b0869d9d07e0cd2189be3932d8
parentc2e19771ac925ca72c03fdc501591f1abd855c67
Remove the "raw" version of the dns_slabheader API

The "raw" version of the header was used for the noqname and the closest
proofs to save around 152 bytes of the dns_slabheader_t while bringing
an additional complexity.  Remove the raw version of the dns_slabheader
API at the slight expense of having unused dns_slabheader_t data sitting
in front of the proofs.
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/rdataslab.h
lib/dns/qpcache.c
lib/dns/rdataset.c
lib/dns/rdataslab.c