]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/execute: escape the separator in exported paths
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Sep 2020 11:07:51 +0000 (13:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Sep 2020 11:36:34 +0000 (13:36 +0200)
commit48904c8bfd4b71086630a35f56a977183bd6d208
treeef3eaa69a3a4c418cdf0644eeab20c6a81b8f647
parentd4d9f034b13acef37375daec5074d9d271e21eed
core/execute: escape the separator in exported paths

Our paths shouldn't even contain ":", but let's escape it if one somehow sneaks
in.
src/core/execute.c