]> git.ipfire.org Git - thirdparty/bind9.git/commit
allow NULL compression context in dns_name_towire()
authorEvan Hunt <each@isc.org>
Sat, 22 Feb 2025 07:37:49 +0000 (23:37 -0800)
committerEvan Hunt <each@isc.org>
Tue, 25 Feb 2025 20:53:25 +0000 (12:53 -0800)
commit2f7e6eb019cf85e5a5866f82341433212f2e12c8
tree39624e8b437e9bb51f271e7d29bab4bdaceb6f88
parentafb424c9b65b0532e80f91b0ea3362a32d1ef6e9
allow NULL compression context in dns_name_towire()

passing NULL as the compression context to dns_name_towire()
copies the uncompressed name data directly into the target buffer.
lib/dns/include/dns/name.h
lib/dns/name.c
tests/dns/name_test.c