This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Commit 8e11a66
committed
Fix #293 DEBUGGING regex stack recursion overflow
This is a critical regression since 5.26, but thanksfully only with
DEBUGGING.
Before or without DEBUGGING it failed with the somewhat unhelpful error
message "Unmatched ( in regex", now with more than 5000 open parens
do the same.
Fixes id:000001,sig:11,src:017300+020757,op:splice,rep:64-minimized,
Closes #2931 parent d7abc28 commit 8e11a66
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10627 | 10627 | | |
10628 | 10628 | | |
10629 | 10629 | | |
10630 | | - | |
| 10630 | + | |
| 10631 | + | |
| 10632 | + | |
| 10633 | + | |
| 10634 | + | |
10631 | 10635 | | |
10632 | 10636 | | |
10633 | 10637 | | |
| |||
0 commit comments