[Bug 1596] Option parser does not permit a double-quote character to occur in option values
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon May 25 10:05:25 AEST 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=1596
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2360 |2403
--- Comment #23 from Damien Miller <djm at mindrot.org> ---
auth2-pubkey.c's split_argv() would be better choice than
sftp.c:makeargv(), as the latter has a bunch of goop to deal with glob
characters that isn't relevant to argument parsing.
Another option is a more drastic replacement of the config language,
which has been discussed a little.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list