Skip to content

Commit

Permalink
Add OP_CCLASS_MB case
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored and mame committed Nov 17, 2022
1 parent a145a20 commit 90bfac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regexec.c
Expand Up @@ -496,6 +496,7 @@ static void init_cache_index_table(regex_t* reg, OnigCacheIndex *table)
case OP_CCLASS:
case OP_CCLASS_NOT:
p += SIZE_BITSET; break;
case OP_CCLASS_MB:
case OP_CCLASS_MB_NOT:
GET_LENGTH_INC(len, p); p += len; break;
case OP_CCLASS_MIX:
Expand Down

0 comments on commit 90bfac2

Please sign in to comment.