Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117844 Details for
Bug 176584
x11-misc/xscreensaver Authentication flaw (CVE-2007-1859)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xscreensaver-4.18-check-for-null-passwd-entry.patch
xscreensaver-4.18-check-for-null-passwd-entry.patch (text/plain), 451 bytes, created by
Sune Kloppenborg Jeppesen (RETIRED)
on 2007-05-01 14:16:15 UTC
(
hide
)
Description:
xscreensaver-4.18-check-for-null-passwd-entry.patch
Filename:
MIME Type:
Creator:
Sune Kloppenborg Jeppesen (RETIRED)
Created:
2007-05-01 14:16:15 UTC
Size:
451 bytes
patch
obsolete
>--- xscreensaver-4.18/driver/lock.c.check-for-null-passwd-entry 2007-04-18 16:25:33.000000000 -0400 >+++ xscreensaver-4.18/driver/lock.c 2007-04-18 16:26:01.000000000 -0400 >@@ -1289,7 +1289,7 @@ > */ > struct passwd *pw = getpwuid (getuid ()); > char *d = DisplayString (si->dpy); >- char *u = (pw->pw_name ? pw->pw_name : "???"); >+ char *u = (pw && pw->pw_name ? pw->pw_name : "???"); > int opt = 0; > int fac = 0; >
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 176584
: 117844