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 313967 Details for
Bug 458668
Memory leaks in ids_sasl_user_search
[?]
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]
diffs
diffs.bug458668 (text/plain), 927 bytes, created by
Rich Megginson
on 2008-08-11 14:20:17 UTC
(
hide
)
Description:
diffs
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2008-08-11 14:20:17 UTC
Size:
927 bytes
patch
obsolete
>Index: ldapserver/ldap/servers/slapd/saslbind.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/saslbind.c,v >retrieving revision 1.25 >diff -u -8 -r1.25 saslbind.c >--- ldapserver/ldap/servers/slapd/saslbind.c 28 Sep 2007 23:34:55 -0000 1.25 >+++ ldapserver/ldap/servers/slapd/saslbind.c 9 Aug 2008 15:09:45 -0000 >@@ -270,17 +270,21 @@ > } > *ep = slapi_entry_dup(entries[i]); > LDAPDebug(LDAP_DEBUG_TRACE, "sasl user search found dn=%s\n", > slapi_entry_get_dn(*ep), 0, 0); > } > > out: > >- if (pb) slapi_free_search_results_internal(pb); >+ if (pb) { >+ slapi_free_search_results_internal(pb); >+ slapi_pblock_destroy(pb); >+ pb = NULL; >+ } > return; > } > > /* > * Search for an entry representing the sasl user. > */ > static Slapi_Entry *ids_sasl_user_to_entry( > sasl_conn_t *conn,
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 458668
: 313967 |
314148
|
315148