Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81903 Details for
Bug 125803
x11-base/xorg-x11: Local root (CVE-2006-0745)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CVE-2006-0745.diff
CVE-2006-0745.diff (text/plain), 594 bytes, created by
Thierry Carrez (RETIRED)
on 2006-03-11 02:35:34 UTC
(
hide
)
Description:
CVE-2006-0745.diff
Filename:
MIME Type:
Creator:
Thierry Carrez (RETIRED)
Created:
2006-03-11 02:35:34 UTC
Size:
594 bytes
patch
obsolete
>diff -u -u -r1.29 xf86Init.c >--- xf86Init.c 14 Dec 2005 20:12:00 -0000 1.29 >+++ xf86Init.c 10 Mar 2006 11:21:37 -0000 >@@ -1376,7 +1376,7 @@ > } > > /* First the options that are only allowed for root */ >- if (getuid() == 0 || geteuid != 0) >+ if (getuid() == 0 || geteuid() != 0) > { > if (!strcmp(argv[i], "-modulepath")) > { >@@ -1679,7 +1679,7 @@ > } > if (!strcmp(argv[i], "-configure")) > { >- if (getuid() != 0 && geteuid == 0) { >+ if (getuid() != 0 && geteuid() == 0) { > ErrorF("The '-configure' option can only be used by root.\n"); > exit(1); > }
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 125803
:
81903
|
82269
|
82270