[Bug 1596] Option parser does not permit a double-quote character to occur in option values
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Oct 6 15:42:32 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1596
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1626
--- Comment #1 from Damien Miller <djm at mindrot.org> 2009-10-06 15:42:31 EST ---
I think the correct approach for this would be to adapt
sftp.c:makeargv() for use in servconf.c/readconf.c. These would need to
abandon strdelim() and pass around an argc/argv and a current arg
offset. This would have the added benefit of making argument parsing
behave in a much more shell-like manner in the client and server
configs.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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