File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT)
591
591
end_code = this_start_code ;
592
592
do
593
593
{
594
- size_t back = (size_t )GET (end_code , 2 + LINK_SIZE );
594
+ size_t back = (size_t )GET2 (end_code , 2 + LINK_SIZE );
595
595
if (back > max_back ) max_back = back ;
596
596
end_code += GET (end_code , 1 );
597
597
}
Original file line number Diff line number Diff line change @@ -5988,6 +5988,12 @@ a)"xI
5988
5988
5989
5989
/(?<!( {65054}){9,44965})/
5990
5990
5991
+ /(?(?<!|(|a)))/
5992
+ aaaa\=get=0
5993
+
5994
+ /(?(?<!|a?))/
5995
+ aaaa\=get=0
5996
+
5991
5997
# --------
5992
5998
5993
5999
/(?<=(()()()()()()()()()()()()()(()()()()(())()()()()(()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()(())()()()()(()()()()()()(()()()()()()()()()()()()()()()()()()()()()(())()()()()(()()()()()()()()()()()()()(()()()()()()()()()()()()()(()())))))))))/
Original file line number Diff line number Diff line change @@ -17821,6 +17821,16 @@ Failed: error 200 at offset 5: branch too long in variable-length lookbehind ass
17821
17821
/(?<!( {65054}){9,44965})/
17822
17822
Failed: error 187 at offset 0: lookbehind assertion is too long
17823
17823
17824
+ /(?(?<!|(|a)))/
17825
+ aaaa\=get=0
17826
+ 0:
17827
+ 0G (0)
17828
+
17829
+ /(?(?<!|a?))/
17830
+ aaaa\=get=0
17831
+ 0:
17832
+ 0G (0)
17833
+
17824
17834
# --------
17825
17835
17826
17836
/(?<=(()()()()()()()()()()()()()(()()()()(())()()()()(()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()(())()()()()(()()()()()()(()()()()()()()()()()()()()()()()()()()()()(())()()()()(()()()()()()()()()()()()()(()()()()()()()()()()()()()(()())))))))))/
You can’t perform that action at this time.
0 commit comments