-
assigned issue to
- marked as enhancement
Stackoverflow [OSS-Fuzz - 47039]
Issue #530
resolved
Uncaught exception in java.base/java.util.regex.Pattern$Ques.match
Stacktrace and crashing input attached.
Comments (4)
-
-
- changed status to open
-
-
- changed status to resolved
Delivered in version 1.31
- Log in to comment
it is not exception in java.base/java.util.regex.Pattern$Ques.match
It is java.lang.StackOverflowError because Java library fails parse a regular expression (the value is very big)
We may consider to restrict the length of the value which may match