ITS#5119 fix uninit'd nval after normalization failure

This commit is contained in:
Howard Chu 2007-09-04 05:40:41 +00:00
parent 3a4fe0ff0d
commit 1800fbb307

View file

@ -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;
}
}