From: Evan Hunt Date: Tue, 25 Feb 2025 21:34:31 +0000 (+0000) Subject: fix: dev: Simplify some dns_name API calls X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16560a6507ffa4c104423950a0e98c5860f857f;p=thirdparty%2Fbind9.git fix: dev: Simplify some dns_name API calls Several functions in the `dns_name` module have had parameters removed, that were rarely or never used: - `dns_name_fromtext()` and `dns_name_concatenate()` no longer take a target buffer. - `dns_name_towire()` no longer takes a compression offset pointer; this is now part of the compression context. - `dns_name_towire()` with a `NULL` compression context will copy name data directly into a buffer with no processing. Merge branch 'each-simplify-names' into 'main' See merge request isc-projects/bind9!10152 --- e16560a6507ffa4c104423950a0e98c5860f857f