]> git.ipfire.org Git - thirdparty/systemd.git/commit
iovec-wrapper: make iovw_size() take NULL again
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Apr 2026 18:27:36 +0000 (03:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 May 2026 06:33:21 +0000 (15:33 +0900)
commit58863bdaec9ba4f6be5a171bdc5ffa42f22580a7
treef3baf100d54fdf7a923800954c15535b6075c5e1
parent2fcf96327370defdd8bd7dca71f7b34832c32d40
iovec-wrapper: make iovw_size() take NULL again

This partially reverts 267b16f33c5636617927f15d7ae6b945c862a587.

We usually make xyz_size() take NULL, e.g. hashmap_size().
src/basic/iovec-wrapper.c
src/test/test-iovec-wrapper.c