This commit is contained in:
Kyryl Melekhin
2021-11-12 12:28:01 +00:00
parent 575133875c
commit d6b335fdb8
2 changed files with 2 additions and 2 deletions

2
pike.c
View File

@@ -609,7 +609,7 @@ int re_pikevm(rcode *prog, const char *s, const char **subp, int nsubp)
decref(nsub)
}
break_for:
if (!c)
if (sp == _sp)
break;
tmp = clist;
clist = nlist;