Bugzilla – Attachment 2886 Details for
Bug 2617
sign_and_send_pubkey: no separate private key for certificate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised fix
bz2617.diff (text/plain), 520 bytes, created by
Damien Miller
on 2016-10-28 18:15:09 AEDT
(
hide
)
Description:
revised fix
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2016-10-28 18:15:09 AEDT
Size:
520 bytes
patch
obsolete
>Index: ssh.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/ssh.c,v >retrieving revision 1.447 >diff -u -p -r1.447 ssh.c >--- ssh.c 30 Sep 2016 09:19:13 -0000 1.447 >+++ ssh.c 28 Oct 2016 07:14:19 -0000 >@@ -2078,8 +2078,9 @@ load_public_identity_files(void) > free(cp); > continue; > } >+ /* NB. leave filename pointing to private key */ >+ identity_files[n_ids] = xstrdup(filename); > identity_keys[n_ids] = public; >- identity_files[n_ids] = cp; > n_ids++; > } >
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2617
:
2884
| 2886 |
2899
|
2901
|
2902
|
2903
|
2904
|
2905
|
2906
|
2909