On 28 May 2015 at 09:58, Filipe Brandenburger <filbran...@google.com> wrote:
> Though I'm not sure whether taking a strftime format as a command line
> argument is really a good idea... But I'll defer that to other
> reviewers.

From working with lua, I recall that accepting arbitary strftime
format strings is unsafe in general.
Behaviour for non-spec'd format specifiers is undefined.
However, all of the linux libcs handle it correctly.
==> I remember that Microsoft's libc in particular had issues.

Of course, this isn't an issue for systemd (as it's linux only), so
it's more of a theoretical concern.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to