Bugzilla – Attachment 1142 Details for
Bug 1192
warning: comparison between signed and unsigned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reverting first snippet for scp.c version 1.122
openssh-scp-unsigned64.patch (text/plain), 503 bytes, created by
Carlo Marcelo Arenas Belon
on 2006-05-22 13:36:47 AEST
(
hide
)
Description:
reverting first snippet for scp.c version 1.122
Filename:
MIME Type:
Creator:
Carlo Marcelo Arenas Belon
Created:
2006-05-22 13:36:47 AEST
Size:
503 bytes
patch
obsolete
>Index: scp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/scp.c,v >retrieving revision 1.142 >diff -u -p -r1.142 scp.c >--- scp.c 17 May 2006 12:43:34 -0000 1.142 >+++ scp.c 22 May 2006 03:33:40 -0000 >@@ -550,8 +550,7 @@ source(int argc, char **argv) > struct stat stb; > static BUF buffer; > BUF *bp; >- off_t i, amt, statbytes; >- size_t result; >+ off_t i, amt, result, statbytes; > int fd = -1, haderr, indx; > char *last, *name, buf[2048]; > int len;
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 1192
:
1142
|
1519