[Bug 3474] ssh_config can escape double quotes with a backslash

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Oct 11 09:34:05 AEDT 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3474

--- Comment #3 from Damien Miller <djm at mindrot.org> ---
No unfortunately - it's a bit more of a substantial rewrite than that.
strdelim() is an incremental tokeniser whereas argv_split() turns a
string into a vector of arguments in one go.

https://github.com/openssh/openssh-portable/commit/ea9e45c89a is the
commit where we started using it for config parsing if you want to have
a go at this yourself.

-- 
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