]> git.ipfire.org Git - thirdparty/bind9.git/commit
pass isc_buffer_t pointers when applicable
authorEvan Hunt <each@isc.org>
Wed, 26 Nov 2025 07:23:19 +0000 (23:23 -0800)
committerEvan Hunt <each@isc.org>
Fri, 28 Nov 2025 18:47:49 +0000 (18:47 +0000)
commit76b6fb3802f92254fc0f254db1b2a7df8dfda886
tree3c85b30028ff2e0ff7938a75e38c9a841aee0e19
parent814f7a72cd34bd67746bcf0382aa48992a939020
pass isc_buffer_t pointers when applicable

In commit aea251f3bce7, `isc_buffer_reserve()` was changed to
take a simple `isc_buffer_t *` instead of `isc_buffer_t **`.
A number of functions calling it have now been similarly
modified.
13 files changed:
bin/named/control.c
bin/named/controlconf.c
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/server.c
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/include/dns/keytable.h
lib/dns/include/dns/nta.h
lib/dns/include/dns/resolver.h
lib/dns/keytable.c
lib/dns/nta.c
lib/dns/resolver.c