Skip to content

Change the isc_buffer_reserve() to take just buffer pointer

Ondřej Surý requested to merge ondrej-refactor-isc_buffer-for-dnsstream into main

The isc_buffer_reserve() would be passed a reference to the buffer pointer, which was unnecessary as the pointer would never be changed in the current implementation. Remove the extra dereference.

Merge request reports