]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: fix segfault on "systemctl --set-property UNIT BlockIODeviceWeight=WEIGHT" 3160/head
authorTejun Heo <htejun@fb.com>
Wed, 4 May 2016 21:43:13 +0000 (17:43 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 4 May 2016 21:43:13 +0000 (17:43 -0400)
commit096a4d53dcafb1181193d0c1880a8204733fa6ab
tree2d3ed1e22f12de30a5921ae6359c7a2209aab58b
parentccf78df1fcaad6b215b17981c42eaef380f69c9c
core: fix segfault on "systemctl --set-property UNIT BlockIODeviceWeight=WEIGHT"

bus_append_unit_property_assignment() was missing an argument for
sd_bus_message_append() when processing BlockIODeviceWeight leading to
segfault.  Fix it.

Signed-off-by: Tejun Heo <htejun@fb.com>
src/shared/bus-unit-util.c