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 245961 Details for
Bug 362341
Small one-time memory leak of configdir at startup
[?]
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), 921 bytes, created by
Nathan Kinder
on 2007-11-01 18:51:56 UTC
(
hide
)
Description:
CVS Diffs
Filename:
MIME Type:
Creator:
Nathan Kinder
Created:
2007-11-01 18:51:56 UTC
Size:
921 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/auth.c,v >retrieving revision 1.9 >diff -u -5 -t -r1.9 auth.c >--- auth.c 10 Nov 2006 23:45:40 -0000 1.9 >+++ auth.c 1 Nov 2007 18:50:48 -0000 >@@ -288,12 +288,14 @@ > client_auth_config_file = PR_smprintf("%s/certmap.conf", confdir); > if (NULL == client_auth_config_file) { > LDAPDebug (LDAP_DEBUG_ANY, > "client_auth_init: failed to duplicate \"%s/certmap\"\n", > confdir, 0, 0); >+ slapi_ch_free_string(&confdir); > return; > } >+ slapi_ch_free_string(&confdir); > } > err = ldaputil_init (client_auth_config_file, "", NULL, "slapd", NULL); > if (err != LDAPU_SUCCESS) { > LDAPDebug (LDAP_DEBUG_TRACE, "ldaputil_init(%s,...) %i\n", > client_auth_config_file, err, 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 362341
: 245961