Bugzilla – Attachment 2360 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-keyscan.c.diff
file_2163.txt (text/plain), 526 bytes, created by
Loganaden Velvindron
on 2013-10-22 23:12:04 AEDT
(
hide
)
Description:
ssh-keyscan.c.diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-10-22 23:12:04 AEDT
Size:
526 bytes
patch
obsolete
>Index: ssh-keyscan.c >=================================================================== >RCS file: /cvs/openssh/ssh-keyscan.c,v >retrieving revision 1.108 >diff -u -p -r1.108 ssh-keyscan.c >--- ssh-keyscan.c 1 Jun 2013 21:31:19 -0000 1.108 >+++ ssh-keyscan.c 21 Oct 2013 10:51:31 -0000 >@@ -281,7 +281,8 @@ keyprint(con *c, Key *key) > fatal("host_hash failed"); > > fprintf(stdout, "%s ", host); >- key_write(key, stdout); >+ if (!key_write(key, stdout)) >+ fatal("failed to write key"); > fputs("\n", stdout); > } >
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