Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311304 Details for
Bug 454328
Stack overflow when using memberOf plug-in on x86_64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
CVS Diffs
diffs.txt (text/plain), 1.70 KB, created by
Nathan Kinder
on 2008-07-08 18:31:40 UTC
(
hide
)
Description:
CVS Diffs
Filename:
MIME Type:
Creator:
Nathan Kinder
Created:
2008-07-08 18:31:40 UTC
Size:
1.70 KB
patch
obsolete
>Index: ldap/servers/plugins/memberof/memberof.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/memberof/memberof.c,v >retrieving revision 1.11 >diff -u -5 -t -r1.11 memberof.c >--- ldap/servers/plugins/memberof/memberof.c 1 Jul 2008 22:30:07 -0000 1.11 >+++ ldap/servers/plugins/memberof/memberof.c 8 Jul 2008 16:10:32 -0000 >@@ -1428,11 +1428,11 @@ > > int memberof_get_groups_r(MemberOfConfig *config, char *memberdn, memberof_get_groups_data *data) > { > /* Search for member=<memberdn> > * For each match, add it to the list, recurse and do same search */ >- memberof_call_foreach_dn(0, memberdn, config->groupattr, >+ return memberof_call_foreach_dn(NULL, memberdn, config->groupattr, > memberof_get_groups_callback, data); > } > > /* memberof_get_groups_callback() > * >Index: ldap/servers/slapd/slapi-plugin.h >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/slapi-plugin.h,v >retrieving revision 1.24 >diff -u -5 -t -r1.24 slapi-plugin.h >--- ldap/servers/slapd/slapi-plugin.h 2 Jul 2008 18:15:22 -0000 1.24 >+++ ldap/servers/slapd/slapi-plugin.h 8 Jul 2008 16:10:32 -0000 >@@ -175,13 +175,11 @@ > #define SLAPD_DEFAULT_THREAD_STACKSIZE 262144L > #elif ( defined ( OSF1 )) > #define SLAPD_DEFAULT_THREAD_STACKSIZE 262144L > #elif ( defined ( AIX )) > #define SLAPD_DEFAULT_THREAD_STACKSIZE 262144L >-/* All 64-bit builds get a bigger stack size */ >-#elif ( defined ( __LP64__ )) || defined (_LP64) >-#define SLAPD_DEFAULT_THREAD_STACKSIZE 262144L >+/* All other platforms use the default stack size */ > #else > #define SLAPD_DEFAULT_THREAD_STACKSIZE 0 > #endif > > /*
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 454328
:
311199
| 311304