The `ci` should not be equal to `cibase` with `OP_R_BREAK`; #3871

parent 6975258e
...@@ -2065,6 +2065,9 @@ RETRY_TRY_BLOCK: ...@@ -2065,6 +2065,9 @@ RETRY_TRY_BLOCK:
} }
ci--; ci--;
} }
if (ci == mrb->c->cibase) {
goto L_BREAK_ERROR;
}
break; break;
default: default:
/* cannot happen */ /* cannot happen */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment