Bugzilla – Attachment 1363 Details for
Bug 1376
'ssh-keygen -HF' hashes host,IP together
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the bug reported
ssh-keygen_HF.patch (text/plain), 659 bytes, created by
Jan Pechanec
on 2007-10-19 19:03:17 AEST
(
hide
)
Description:
fix for the bug reported
Filename:
MIME Type:
Creator:
Jan Pechanec
Created:
2007-10-19 19:03:17 AEST
Size:
659 bytes
patch
obsolete
>--- openssh-4.7p1/ssh-keygen.c Mon Feb 19 12:10:25 2007 >+++ openssh-4.7p1-patched/ssh-keygen.c Wed Oct 10 17:38:05 2007 >@@ -598,7 +598,7 @@ > } > > static void >-print_host(FILE *f, char *name, Key *public, int hash) >+print_host(FILE *f, const char *name, Key *public, int hash) > { > if (hash && (name = host_hash(name, NULL, 0)) == NULL) > fatal("hash_host failed"); >@@ -726,7 +726,7 @@ > printf("# Host %s found: " > "line %d type %s\n", name, > num, key_type(public)); >- print_host(out, cp, public, hash_hosts); >+ print_host(out, name, public, hash_hosts); > } > if (delete_host && !c) > print_host(out, cp, public, 0);
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 1376
: 1363