https://bugzilla.mindrot.org/show_bug.cgi?id=3288
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3489|0 |1 is obsolete| | Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] --- Comment #5 from Damien Miller <[email protected]> --- Created attachment 3528 --> https://bugzilla.mindrot.org/attachment.cgi?id=3528&action=edit Use a better tokeniser for ssh/sshd_config parsing I plan to commit this soon - it switches ssh_config and sshd_config parsing to the argv_split() tokeniser, and gives this tokeniser the ability to terminate when it encounters an unquoted '#' character. This should fix this bug, but also improve quote handling in configuration files generally. Note that the tokeniser is not used for command-line arguments (e.g. ProxyCommand), so there should be no behaviour change there other than fixing the '#' truncation regression. -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
