Skip to content
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

Fix 382 indexoutofbounds #383

Closed
wants to merge 2 commits into from
Closed

Fix 382 indexoutofbounds #383

wants to merge 2 commits into from

Conversation

emilyselwood
Copy link
Contributor

Fix #382 by checking before reading things out of the buffer that we are not going to run off the end of the array.

Add test case to check fix.

@cowtowncoder cowtowncoder added this to the 2.8.9 milestone Jun 2, 2017
@cowtowncoder
Copy link
Member

Added test, fix (just not via this PR). Thank you again for your help!

@emilyselwood emilyselwood deleted the fix-382-indexoutofbounds branch June 5, 2017 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArrayIndexOutOfBoundsException from UTF32Reader.read on invalid input
2 participants