]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: store the strv size when extending it
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 29 Apr 2026 09:50:01 +0000 (11:50 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 29 Apr 2026 10:58:22 +0000 (12:58 +0200)
commit0d71d58da084a5548bcb762aa4b0fad9dc49fac9
tree62b957ed91c2bf1963df281cb6cb048cc7c7632a
parent2e591bb1e7f76f31085da154a2dc35718ea70a83
sd-bus: store the strv size when extending it

So strv_push_with_size() doesn't have to recalculate the size every
time.
src/libsystemd/sd-bus/bus-message.c