Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225851 | 14 | Ivan Gerasimov | P4 | Resolved | Fixed | team |
Description
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>
Attachments
Issue Links
- backported by
-
JDK-8225851 Parsing repetition count in regex does not detect numeric overflow
-
- Resolved
-