[Bug 278888] [regression] login.conf setenv silently drops " inside string values

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 May 2024 10:32:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278888

--- Comment #3 from Benjamin Takacs <nimaje+fbz@bureaucracy.de> ---
(In reply to Sean Eric Fagan from comment #2)
sh has one of the worst ways to handle strings (there are reasons like word
splitting for that, but that still doesn't make it good and those reasons don't
apply to login.conf and similar). I think bug 236204 should have been fixed, by
not treating '\054' as if it were ','. As that would give you propper
terminators for strings.

-- 
You are receiving this mail because:
You are the assignee for the bug.