Hi, I ran across this bug when I was trying to make my [email protected] work. I wanted to fsck /dev/disk/by-label/boot, but systemd misstakenly escaped and unescaped the path to /dev/disk/by\x2dlabel/boot.
The reason is that invalid characters in unit names are escaped as \xFF. However, when unescaping we were looking for \FF. The attached patch fixes it for me. Cheers, Tom
0001-unit-name-Fix-unescaping.patch
Description: Binary data
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
