
bugzilla-daemon at bugzilla
Oct 5, 2009, 9:42 PM
Post #1 of 1
(355 views)
Permalink
|
|
[Bug 1596] Option parser does not permit a double-quote character to occur in option values
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1596 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm [at] mindrot Blocks| |1626 --- Comment #1 from Damien Miller <djm [at] mindrot> 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|