In entry_decode, must null-terminate a_nvals array

This commit is contained in:
Howard Chu 2003-02-26 09:11:56 +00:00
parent 64be098f28
commit 01c56e0044

View File

@ -707,6 +707,8 @@ int entry_decode(struct berval *bv, Entry **e)
return rc;
}
}
a->a_nvals[j].bv_val = NULL;
a->a_nvals[j].bv_len = 0;
}
#endif