-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IonReader.next()
throws ArrayIndexOutOfBoundsException
for some corrupt content
#473
Comments
Unable to reproduce at this point; most code paths / call sequences produce proper |
@tgregg This is for the 3rd OSS-Fuzz reported new-or-recycled issue, I was unable to reproduce. @arthurscchan Maybe you can reproduce this issue? Idea is to reproduce but not add defensive programming yet, to let |
#477 tweaks the test case to reproduce the problematic stack trace. |
Test now fails properly. Thank you @tgregg ! |
…all sequence not same as OSS-Fuzzer (#474)
(note: OSS-Fuzz sourced from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66131)
Looks like there's a code path that produces AIOOBE for corrupt content, with stack trace of:
The text was updated successfully, but these errors were encountered: