Bugzilla – Attachment 570 Details for
Bug 809
ssh-keyscan breaks too obscurely when remote isn't an SSH server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Initialize remote_major and remote_minor for each connection
keyscan.patch (text/plain), 532 bytes, created by
Colin Watson
on 2004-03-07 23:52:45 AEDT
(
hide
)
Description:
Initialize remote_major and remote_minor for each connection
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2004-03-07 23:52:45 AEDT
Size:
532 bytes
patch
obsolete
>Index: ssh-keyscan.c >=================================================================== >RCS file: /home/cjwatson/cvs/openssh/openssh/ssh-keyscan.c,v >retrieving revision 1.6 >diff -p -u -r1.6 ssh-keyscan.c >--- ssh-keyscan.c 1 Mar 2004 02:25:32 -0000 1.6 >+++ ssh-keyscan.c 7 Mar 2004 12:53:12 -0000 >@@ -489,7 +489,7 @@ conrecycle(int s) > static void > congreet(int s) > { >- int remote_major, remote_minor, n = 0; >+ int remote_major = 0, remote_minor = 0, n = 0; > char buf[256], *cp; > char remote_version[sizeof buf]; > size_t bufsiz;
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 809
: 570