]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-daemon: escape notification msg using shell_escape() 40987/head
authorMike Yuan <me@yhndnzj.com>
Sat, 7 Mar 2026 04:37:30 +0000 (05:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Sat, 13 Jun 2026 15:11:11 +0000 (17:11 +0200)
commita9e5f5116e61027e533b853c23223a9b56599b1f
tree7563d51630a9f633597a4afe1aaca856d91128a5
parentcd13dc16c3651678a541289dc51c4a4e5131f405
sd-daemon: escape notification msg using shell_escape()

Follow-up for f9e0a62392fa62364bb7ac31a1cd4a8cc521cced

xescape() would unconditionally emit hex escapes, rendering
\n unreadable.
src/libsystemd/sd-daemon/sd-daemon.c