Allow interrupting regexps that backtrack

Fixes [Bug #14103]

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Jeremy Evans 2021-10-12 12:15:15 -07:00
parent 1b15756d24
commit edc8576a65
Notes: git 2022-03-11 04:07:03 +09:00

View File

@ -3175,6 +3175,7 @@ match_at(regex_t* reg, const UChar* str, const UChar* end,
#endif
MOP_OUT;
CHECK_INTERRUPT_IN_MATCH_AT;
JUMP;
DEFAULT