| Summary: | Form feed is not treated as whitespace in config files. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Andreas Seltenreich <andreas.seltenreich> | ||||
| Component: | ssh | Assignee: | Damien Miller <djm> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | CC: | andreas.seltenreich, djm, dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 6.9p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2647 | ||||||
| Attachments: |
|
||||||
|
Description
Andreas Seltenreich
2015-07-17 23:44:10 AEST
Created attachment 2938 [details]
allow \f at EOL
This allows \f characters to appear at EOL (well, strictly as part of a whitespace sequence at EOL). I don't think it makes sense to allow \f as a token-splitting character.
Fixed in: commit c924b2ef941028a1f31e6e94f54dfeeeef462a4e Author: djm@openbsd.org <djm@openbsd.org> Date: Fri Feb 3 05:05:56 2017 +0000 upstream commit allow form-feed characters at EOL; bz#2431 ok dtucker@ Upstream-ID: 1f453afaba6da2ae69d6afdf1ae79a917552f1a2 Close all resolved bugs after release of OpenSSH 7.7. |