You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== Java Exception: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
--
| at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
| at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
| at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
| at java.base/java.util.Objects.checkIndex(Objects.java:359)
| at java.base/java.util.ArrayList.get(ArrayList.java:427)
| at org.jsoup.parser.HtmlTreeBuilderState$7.inBodyStartTag(HtmlTreeBuilderState.java:344)
| at org.jsoup.parser.HtmlTreeBuilderState$7.process(HtmlTreeBuilderState.java:285)
| at org.jsoup.parser.HtmlTreeBuilder.process(HtmlTreeBuilder.java:149)
| at org.jsoup.parser.TreeBuilder.runParser(TreeBuilder.java:77)
| at org.jsoup.parser.TreeBuilder.parse(TreeBuilder.java:52)
| at org.jsoup.parser.Parser.parse(Parser.java:129)
| at org.jsoup.Jsoup.parse(Jsoup.java:61)
| at HtmlFuzzer.fuzzerTestOneInput(HtmlFuzzer.java:23)
The text was updated successfully, but these errors were encountered:
jhy
added
bug
Confirmed bug that we should fix
fuzz
An issue found by the OSS Fuzz project
labels
Aug 14, 2021
Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=5920704691306496
The text was updated successfully, but these errors were encountered: