]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Pass isc_buffer_t pointers when applicable
authorEvan Hunt <each@isc.org>
Fri, 28 Nov 2025 19:07:48 +0000 (19:07 +0000)
committerEvan Hunt <each@isc.org>
Fri, 28 Nov 2025 19:07:48 +0000 (19:07 +0000)
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.

Merge branch 'each-text-buffers' into 'main'

See merge request isc-projects/bind9!11282


Trivial merge