]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-message: use structured initialization to avoid use of unitialized memory
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 9 Jul 2018 05:38:10 +0000 (07:38 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 Oct 2018 09:53:18 +0000 (11:53 +0200)
commitcf81c68e96aa29d0c28b5d3a26d1de9aa1b53b85
treebc78e0537a94b1bb5e740355d6acc400a9bfc5c6
parent7f546026abbdc56c453a577e52d57159458c3e9c
bus-message: use structured initialization to avoid use of unitialized memory

As far as I can see, we would either reuse some values from a previously exited
container or just random bytes from the heap.

Should fix #10127.
src/libsystemd/sd-bus/bus-message.c