108 |
|
|
109 |
18. An unterminated class in a pattern like (?1)\c[ with a "forward reference" |
18. An unterminated class in a pattern like (?1)\c[ with a "forward reference" |
110 |
caused an overrun. |
caused an overrun. |
111 |
|
|
112 |
|
19. A pattern like (?:[\PPa*]*){8,} which had an "extended class" (one with |
113 |
|
something other than just ASCII characters) inside a group that had an |
114 |
|
unlimited repeat caused a loop at compile time (while checking to see |
115 |
|
whether the group could match an empty string). |
116 |
|
|
117 |
|
|
118 |
Version 7.2 19-Jun-07 |
Version 7.2 19-Jun-07 |