-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225851 | 14 | Ivan Gerasimov | P4 | Resolved | Fixed | team |
java java.util.regex.PrintPattern '.{4294967297}'
Pattern: .{4294967297}
0: <Start>
1: <Curly GREEDY {1, 1}>
2: <Single "Dot">
</Curly>
3: <END>
Pattern: .{4294967297}
0: <Start>
1: <Curly GREEDY {1, 1}>
2: <Single "Dot">
</Curly>
3: <END>
- backported by
-
JDK-8225851 Parsing repetition count in regex does not detect numeric overflow
- Resolved