Bugzilla – Attachment 2361 Details for
Bug 2163
unchecked returned value from pam_get_item()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ssh-pkcs11-client.c.diff
file_2163.txt (text/plain), 607 bytes, created by
Loganaden Velvindron
on 2013-10-22 23:13:18 AEDT
(
hide
)
Description:
ssh-pkcs11-client.c.diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-10-22 23:13:18 AEDT
Size:
607 bytes
patch
obsolete
>Index: ssh-pkcs11-client.c >=================================================================== >RCS file: /cvs/openssh/ssh-pkcs11-client.c,v >retrieving revision 1.6 >diff -u -p -r1.6 ssh-pkcs11-client.c >--- ssh-pkcs11-client.c 1 Jun 2013 21:31:19 -0000 1.6 >+++ ssh-pkcs11-client.c 21 Oct 2013 10:44:15 -0000 >@@ -207,7 +207,8 @@ pkcs11_add_provider(char *name, char *pi > blob = buffer_get_string(&msg, &blen); > free(buffer_get_string(&msg, NULL)); > k = key_from_blob(blob, blen); >- wrap_key(k->rsa); >+ if (k != NULL) >+ wrap_key(k->rsa); > (*keysp)[i] = k; > free(blob); > }
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 2163
:
2356
|
2357
|
2358
|
2359
|
2360
| 2361 |
2362
|
2363
|
2381