mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
dnMatch must be called with valid args
This commit is contained in:
parent
256d845f08
commit
5992a9b7e6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user