]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/strv.h
systemd-run: properly escape arguments
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 31 Aug 2013 18:28:09 +0000 (20:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 9 Sep 2013 17:49:29 +0000 (13:49 -0400)
commita6fde35332f5e7f78bff437d7b7bfded83debbaa
treea2433a8fbd4168a9bef60979da6c19a77f0459b4
parenta012ab5293a28af93454b3105ca85ca148b1c11f
systemd-run: properly escape arguments

Spaces, quotes, and such, were not properly escaped. We should
write them like we read them.

https://bugs.freedesktop.org/show_bug.cgi?id=67971
src/core/dbus-service.c
src/shared/strv.c
src/shared/strv.h
src/test/test-strv.c