Bugzilla – Attachment 2358 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]
session.c.diff
file_2163.txt (text/plain), 481 bytes, created by
Loganaden Velvindron
on 2013-10-22 23:10:11 AEDT
(
hide
)
Description:
session.c.diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-10-22 23:10:11 AEDT
Size:
481 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /cvs/openssh/session.c,v >retrieving revision 1.423 >diff -u -p -r1.423 session.c >--- session.c 15 Oct 2013 01:12:03 -0000 1.423 >+++ session.c 21 Oct 2013 12:28:46 -0000 >@@ -2060,7 +2060,7 @@ static int > session_pty_req(Session *s) > { > u_int len; >- int n_bytes; >+ int n_bytes = 0; > > if (no_pty_flag) { > debug("Allocating a pty not permitted for this authentication.");
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:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2163
:
2356
|
2357
| 2358 |
2359
|
2360
|
2361
|
2362
|
2363
|
2381