Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107000 Details for
Bug 162109
app-admin/cpu-1.4.3-r1 doesn't compile with gcc-4.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated gcc4 patch
cpu-gcc4.patch (text/plain), 609 bytes, created by
Fabian Groffen
on 2007-01-14 21:28:46 UTC
(
hide
)
Description:
updated gcc4 patch
Filename:
MIME Type:
Creator:
Fabian Groffen
Created:
2007-01-14 21:28:46 UTC
Size:
609 bytes
patch
obsolete
>--- files/cpu-1.4.3-gcc4.patch.orig 2007-01-14 22:26:47.000000000 +0100 >+++ files/cpu-1.4.3-gcc4.patch 2007-01-14 22:26:53.000000000 +0100 >@@ -12,3 +12,19 @@ > passent->pw_gid = -10; > > >+--- cpu-1.4.3/src/plugins/ldap/ld.c >++++ cpu-1.4.3/src/plugins/ldap/ld.c >+@@ -803,9 +803,10 @@ >+ return -10; >+ if (gid != NULL) >+ { >+- gid = ldap_get_values (ld, pos, gid)[0]; >+- if (gid != NULL) >+- return atoi (gid); >++ char **vals; >++ vals = ldap_get_values (ld, pos, gid); >++ if (vals != NULL && vals[0] != NULL) >++ return atoi (vals[0]); >+ else >+ return -10; >+ }
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 162109
: 107000