Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304815 Details for
Bug 407591
x11-misc/lightdm-1.1.4 segmentation fault at runtime in PAM authentication
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lightdm-1.1.7-pam-auth.patch
lightdm-1.1.7-pam-auth.patch (text/plain), 1002 bytes, created by
Ulrich Müller
on 2012-03-10 10:05:40 UTC
(
hide
)
Description:
lightdm-1.1.7-pam-auth.patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2012-03-10 10:05:40 UTC
Size:
1002 bytes
patch
obsolete
>=== modified file 'src/session-child.c' >--- src/session-child.c 2012-03-05 00:23:32 +0000 >+++ src/session-child.c 2012-03-10 10:02:36 +0000 >@@ -125,7 +125,7 @@ > return error; > for (i = 0; i < msg_length; i++) > { >- struct pam_response *r = resp[i]; >+ struct pam_response *r = &(*resp)[i]; > r->resp = read_string (); > read_data (&r->resp_retcode, sizeof (r->resp_retcode)); > } > >=== modified file 'src/session.c' >--- src/session.c 2012-03-05 00:23:32 +0000 >+++ src/session.c 2012-03-10 10:02:36 +0000 >@@ -428,10 +428,10 @@ > > g_return_if_fail (session != NULL); > >+ int error = PAM_SUCCESS; >+ write_data (session, &error, sizeof (error)); > for (i = 0; i < session->priv->messages_length; i++) > { >- int error = PAM_SUCCESS; >- write_data (session, &error, sizeof (error)); > write_string (session, response[i].resp); > write_data (session, &response[i].resp_retcode, sizeof (response[i].resp_retcode)); > } >
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
Actions:
View
|
Diff
Attachments on
bug 407591
:
304747
| 304815