Skip to content
Snippets Groups Projects
Commit 7198e9e4 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix typos leading to memory issues

parent 263b8e72
Branches
Tags
No related merge requests found
......@@ -577,7 +577,7 @@ meta_send_entry(
* FIXME: should we log anything, or delegate to dnNormalize?
*/
if ( dnNormalize( 0, NULL, NULL, &ent.e_name, &ent.e_nname,
&op->o_tmpmemctx ) != LDAP_SUCCESS )
op->o_tmpmemctx ) != LDAP_SUCCESS )
{
return LDAP_INVALID_DN_SYNTAX;
}
......@@ -690,7 +690,7 @@ meta_send_entry(
attr->a_desc->ad_type->sat_syntax,
attr->a_desc->ad_type->sat_equality,
&attr->a_vals[i], &attr->a_nvals[i],
op->o_tmpmemctx );
NULL );
}
attr->a_nvals[i].bv_val = NULL;
attr->a_nvals[i].bv_len = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment