Bugzilla – Attachment 461 Details for
Bug 709
refresh_progress_meter() appends null bytes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
progressmeter_trailing_nullbyte-3.7.1p2.patch (text/plain), 339 bytes, created by
Robert Dahlem
on 2003-09-24 02:42:32 AEST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Robert Dahlem
Created:
2003-09-24 02:42:32 AEST
Size:
339 bytes
patch
obsolete
>--- openssh-3.7.1p2.orig/progressmeter.c 2003-09-02 14:53:33.000000000 +0200 >+++ openssh-3.7.1p2/progressmeter.c 2003-09-23 18:33:01.584500002 +0200 >@@ -200,7 +200,7 @@ > strlcat(buf, " ", win_size); > } > >- atomicio(vwrite, STDOUT_FILENO, buf, win_size); >+ atomicio(vwrite, STDOUT_FILENO, buf, win_size-1); > last_update = now; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 709
: 461