Skip to content
Snippets Groups Projects
Commit 6a43d24f authored by Mark Valence's avatar Mark Valence
Browse files

Bug hunting -- crash when doing substring match.

parent d91dba4a
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment