]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the usage of dns_offsets_t vs unsigned char * pointers
authorOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 11:10:02 +0000 (12:10 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Feb 2025 11:17:34 +0000 (12:17 +0100)
commit259600c83780da9e01aa46cfb7a0887dee069075
tree0d29c5c2e1f998ea88d73d076f265b3d183b70c5
parent1c22ab2ef730fd454d62eea0d52209fa6eab10e3
Cleanup the usage of dns_offsets_t vs unsigned char * pointers

There was a back-and-forth between static arrays and the pointers to the
offsets.  Since we are now only using the static arrays, we can cleanup
the usage of the pointers that would previously point either to the
static array or name->offsets if available.
lib/dns/include/dns/name.h
lib/dns/name.c