Skip to content
Snippets Groups Projects
Commit 1800fbb3 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5119 fix uninit'd nval after normalization failure

parent 3a4fe0ff
No related branches found
No related tags found
No related merge requests found
......@@ -628,6 +628,7 @@ int slap_mods_check(
"%s: value #%ld normalization failed",
ml->sml_type.bv_val, (long) nvals );
*text = textbuf;
BER_BVZERO( &ml->sml_nvalues[nvals] );
return rc;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment