mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Remove some asserts. Need to re-valid logic
This commit is contained in:
parent
94193358b4
commit
e154da3a09
1 changed files with 0 additions and 4 deletions
|
|
@ -1138,7 +1138,6 @@ retry:
|
|||
}
|
||||
|
||||
idx = p - left.bv_val;
|
||||
assert( idx < left.bv_len );
|
||||
|
||||
if( idx >= left.bv_len ) {
|
||||
/* this shouldn't happen */
|
||||
|
|
@ -2169,7 +2168,6 @@ retry:
|
|||
}
|
||||
|
||||
idx = p - left.bv_val;
|
||||
assert( idx < left.bv_len );
|
||||
|
||||
if( idx >= left.bv_len ) {
|
||||
/* this shouldn't happen */
|
||||
|
|
@ -2734,8 +2732,6 @@ retry:
|
|||
}
|
||||
|
||||
idx = p - left.bv_val;
|
||||
assert( idx < left.bv_len );
|
||||
|
||||
if( idx >= left.bv_len ) {
|
||||
/* this shouldn't happen */
|
||||
return LDAP_OTHER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue