]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/execute-serialize: use serialize_item_escaped() for external paths 33925/head
authorMike Yuan <me@yhndnzj.com>
Sat, 3 Aug 2024 20:38:18 +0000 (22:38 +0200)
committerMike Yuan <me@yhndnzj.com>
Sat, 3 Aug 2024 20:49:59 +0000 (22:49 +0200)
commit9be46b1da8b01c3f47e6c050185f2b45484d6300
tree26b85ce5f330f43e773062c83b6b9aab3be9be77
parentf0fdd13c2f06f9c78747103b971566e2c62b9333
core/execute-serialize: use serialize_item_escaped() for external paths

Otherwise, read_stripped_line() would spuriously drop trailing spaces.

Fixes #33924
src/core/execute-serialize.c