[systemd-bugs] [Bug 85308] unit file options longer than 2048 characters are truncated

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 8 16:37:47 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=85308

--- Comment #2 from Lennart Poettering <lennart at poettering.net> ---
We have to enforce a line limit here, we cannot accept unbounded lines.
Currently we use glibc's LINE_MAX limit for enforcement. We could of course
bump the limit, but that's really just an arms race.

We should probably consider overly long lines parse failures. THe current
bheaviour of just blindly pretend there was a line break after 2k chars is
certaionly not good.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20141209/1c7293c9/attachment.html>


More information about the systemd-bugs mailing list