83 |
subpattern was within another subpattern. For example, it looped when |
subpattern was within another subpattern. For example, it looped when |
84 |
trying to match (((?(1)X|))*) but it was OK with ((?(1)X|)*) where the |
trying to match (((?(1)X|))*) but it was OK with ((?(1)X|)*) where the |
85 |
condition was not nested. This bug has been fixed. |
condition was not nested. This bug has been fixed. |
86 |
|
|
87 |
|
12. A pattern like \X?\d or \P{L}?\d in non-UTF-8 mode could cause a backtrack |
88 |
|
past the start of the subject in the presence of bytes with the top bit |
89 |
|
set, for example "\x8aBCD". |
90 |
|
|
91 |
|
|
92 |
Version 7.2 19-Jun-07 |
Version 7.2 19-Jun-07 |