Bugzilla – Attachment 1908 Details for
Bug 1795
An integer variable "num" in mm_answer_pam_query() is not initialized before used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-init-pam-vars.patch
openssh-init-pam-vars.patch (text/plain), 578 bytes, created by
Darren Tucker
on 2010-08-03 15:43:48 AEST
(
hide
)
Description:
openssh-init-pam-vars.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-08-03 15:43:48 AEST
Size:
578 bytes
patch
obsolete
>Index: monitor.c >=================================================================== >RCS file: /home/dtucker/openssh/cvs/openssh/monitor.c,v >retrieving revision 1.141 >diff -u -p -r1.141 monitor.c >--- monitor.c 16 Jul 2010 03:58:37 -0000 1.141 >+++ monitor.c 3 Aug 2010 05:40:35 -0000 >@@ -922,8 +922,8 @@ mm_answer_pam_init_ctx(int sock, Buffer > int > mm_answer_pam_query(int sock, Buffer *m) > { >- char *name, *info, **prompts; >- u_int i, num, *echo_on; >+ char *name = NULL, *info = NULL, **prompts = NULL; >+ u_int i, num = 0, *echo_on = 0; > int ret; > > debug3("%s", __func__);
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 1795
: 1908