mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Bug hunting -- crash when doing substring match.
This commit is contained in:
parent
d91dba4ad0
commit
6a43d24f48
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ caseIgnoreIA5SubstringsMatch(
|
|||
}
|
||||
if( sub->sa_any ) {
|
||||
for(i=0; sub->sa_any[i]; i++) {
|
||||
inlen += sub->sa_final->bv_len;
|
||||
inlen += sub->sa_any[i]->bv_len;
|
||||
}
|
||||
}
|
||||
if( sub->sa_final ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue