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 313858 Details for
Bug 458507
Memory leak setting new password storage scheme
[?]
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.bug458507 (text/plain), 746 bytes, created by
Rich Megginson
on 2008-08-08 23:53:27 UTC
(
hide
)
Description:
diffs
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2008-08-08 23:53:27 UTC
Size:
746 bytes
patch
obsolete
>Index: ldapserver/ldap/servers/slapd/libglobs.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/libglobs.c,v >retrieving revision 1.23 >diff -u -8 -r1.23 libglobs.c >--- ldapserver/ldap/servers/slapd/libglobs.c 18 Oct 2007 01:22:29 -0000 1.23 >+++ ldapserver/ldap/servers/slapd/libglobs.c 8 Aug 2008 23:53:04 -0000 >@@ -1505,16 +1505,18 @@ > > if ( apply ) { > CFG_LOCK_WRITE(slapdFrontendConfig); > > free_pw_scheme(slapdFrontendConfig->pw_storagescheme); > slapdFrontendConfig->pw_storagescheme = new_scheme; > > CFG_UNLOCK_WRITE(slapdFrontendConfig); >+ } else { >+ free_pw_scheme(new_scheme); > } > slapi_ch_free_string(&scheme_list); > > return retVal; > } > > > int
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 458507
: 313858 |
314145
|
315145