https://bugs.exim.org/show_bug.cgi?id=2738
--- Comment #3 from Andrew Aitchison <exim@???> ---
> Note the "-oP/run/exim4/exim.pid" option
> (there is a hidden '\000' before each '-'),
#hexdump -C /proc/2841396/cmdline
00000000 2f 75 73 72 2f 73 62 69 6e 2f 65 78 69 6d 34 00 |/usr/sbin/exim4.|
00000010 2d 6f 50 00 2f 72 75 6e 2f 65 78 69 6d 34 2f 65 |-oP./run/exim4/e|
00000020 78 69 6d 2e 70 69 64 00 2d 71 33 30 6d 00 |xim.pid.-q30m.|
0000002e
So there is a hidden null after each '-' and between 'P' and '/'.
--
You are receiving this mail because:
You are on the CC list for the bug.