Stackoverflow [OSS-Fuzz - 47039]

Issue #530 resolved
Dae created an issue

Uncaught exception in java.base/java.util.regex.Pattern$Ques.match

Stacktrace and crashing input attached.

Comments (4)

  1. Andrey Somov

    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

  2. Log in to comment