]> git.ipfire.org Git - thirdparty/systemd.git/commit
string-util: imply NULL termination of strextend() argument list
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jan 2021 14:03:41 +0000 (15:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Jan 2021 16:24:46 +0000 (17:24 +0100)
commitc2bc710b247db83d7964f2259144c0c70defe2da
treee1982e0816bc2ddea91410999318dde40d134549
parent0ec1dc5ba395d797a0f7eaec88ba58e1b99a2ef3
string-util: imply NULL termination of strextend() argument list

The trailing NULL in the argument list is now implied (similar to
what we already have in place in strjoin()).
23 files changed:
src/basic/cgroup-util.c
src/basic/fs-util.c
src/basic/string-util.c
src/basic/string-util.h
src/busctl/busctl-introspect.c
src/core/device.c
src/core/killall.c
src/fstab-generator/fstab-generator.c
src/hibernate-resume/hibernate-resume-generator.c
src/libsystemd/sd-bus/bus-message.c
src/machine/machinectl.c
src/portable/portable.c
src/resolve/resolved-link-bus.c
src/shared/bus-unit-util.c
src/shared/conf-parser.c
src/shared/dissect-image.c
src/shared/mount-util.c
src/shared/nsflags.c
src/shutdown/umount.c
src/systemctl/systemctl-show.c
src/test/test-string-util.c
src/tmpfiles/tmpfiles.c
src/udev/udev-rules.c