Bugzilla – Attachment 178 Details for
Bug 439
key_try_load_public() always sets pathname as the keyfile's comment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
openssh-3.5p1-key_try_load_public-comment.patch (text/plain), 391 bytes, created by
Thomas Binder
on 2002-11-20 00:37:30 AEDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Thomas Binder
Created:
2002-11-20 00:37:30 AEDT
Size:
391 bytes
patch
obsolete
>diff -r -u openssh-3.5p1.orig/authfile.c openssh-3.5p1/authfile.c >--- openssh-3.5p1.orig/authfile.c Wed Jun 26 00:19:13 2002 >+++ openssh-3.5p1/authfile.c Tue Nov 19 10:06:54 2002 >@@ -589,7 +589,7 @@ > if (*cp) { > if (key_read(k, &cp) == 1) { > if (commentp) >- *commentp=xstrdup(filename); >+ *commentp=xstrdup(*cp ? cp : filename); > fclose(f); > return 1; > }
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 439
:
178
|
296
|
1964