Bugzilla – Attachment 2391 Details for
Bug 2186
ssh-agent crashes when removing PKCS#11 library keys if non-PKCS#11 keys are present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-6.3p1-agent.patch
openssh-6.3p1-agent.patch (text/plain), 468 bytes, created by
jay
on 2013-12-18 09:10:11 AEDT
(
hide
)
Description:
openssh-6.3p1-agent.patch
Filename:
MIME Type:
Creator:
jay
Created:
2013-12-18 09:10:11 AEDT
Size:
468 bytes
patch
obsolete
>--- openssh-6.3p1.orig/ssh-agent.c 2013-11-18 19:41:48.000000000 -0600 >+++ openssh-6.3p1/ssh-agent.c 2013-11-18 19:38:36.000000000 -0600 >@@ -776,7 +776,7 @@ > tab = idtab_lookup(version); > for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) { > nxt = TAILQ_NEXT(id, next); >- if (!strcmp(provider, id->provider)) { >+ if (id->provider && !strcmp(provider, id->provider)) { > TAILQ_REMOVE(&tab->idlist, id, next); > free_identity(id); > tab->nentries--;
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 Raw
Actions:
View
Attachments on
bug 2186
:
2391
|
2394