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 313965 Details for
Bug 458666
Memory leaks in check_trivial_words, check_pw_storagescheme_value
[?]
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.bug458666 (text/plain), 1.26 KB, created by
Rich Megginson
on 2008-08-11 14:07:44 UTC
(
hide
)
Description:
diffs
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2008-08-11 14:07:44 UTC
Size:
1.26 KB
patch
obsolete
>Index: ldapserver/ldap/servers/slapd/pw.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/pw.c,v >retrieving revision 1.17 >diff -u -8 -r1.17 pw.c >--- ldapserver/ldap/servers/slapd/pw.c 18 Oct 2007 00:08:34 -0000 1.17 >+++ ldapserver/ldap/servers/slapd/pw.c 9 Aug 2008 15:01:36 -0000 >@@ -1291,16 +1291,17 @@ > slapi_pblock_get ( pb, SLAPI_PWPOLICY, &pwresponse_req ); > > /* Get a list of present values for attrtype in the existing entry, if there is one */ > if (e != NULL ) > { > if ( (attr = attrlist_find(e->e_attrs, attrtype)) && > (!valueset_isempty(&attr->a_present_values)) ) > { >+ slapi_valueset_free(vs); /* slapi_attr_get_valueset will dup and return */ > /* Add present values to valueset */ > slapi_attr_get_valueset( attr, &vs ); > } > } > > /* Get a list of new values for attrtype from the operation */ > if ( (smod = slapi_mod_new()) && smods ) > { >@@ -1857,13 +1858,14 @@ > PR_snprintf ( errorbuf, BUFSIZ, > "%s: invalid encoding scheme - %s\nValid values are: %s\n", > CONFIG_PW_STORAGESCHEME_ATTRIBUTE, value, scheme_list ); > } > > retVal = LDAP_CONSTRAINT_VIOLATION; > } > >+ free_pw_scheme(new_scheme); > slapi_ch_free_string(&scheme_list); > > return retVal; > } >
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 458666
:
313965
|
314016
|
314147
|
315147