| Summary: | Long log messages to stderr missing newlines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | brian.dyson | ||||
| Component: | sshd | Assignee: | Damien Miller <djm> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | brian.dyson, djm, dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 7.4p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2647 | ||||||
| Attachments: |
|
||||||
|
Description
brian.dyson
2017-03-05 07:52:14 AEDT
Created attachment 2957 [details]
include room for \r\n in sprintf
This is a slightly different fix, that sets an explicit length in the snprintf call for the log line.
Patch applied. This will be in openssh-7.5, due soon. Ah, yes. Much more elegant fix than my proposal. Thanks! Close all resolved bugs after release of OpenSSH 7.7. |