dnMatch must be called with valid args

This commit is contained in:
Pierangelo Masarati 2004-07-18 21:34:01 +00:00
parent 256d845f08
commit 5992a9b7e6

View File

@ -975,6 +975,8 @@ dnMatch(
assert( matchp );
assert( value );
assert( assertedValue );
assert( !BER_BVISNULL( value ) );
assert( !BER_BVISNULL( asserted ) );
match = value->bv_len - asserted->bv_len;