This PR proposes to update draft PR #474 so that it produces the same exception trace as the original OSS-Fuzz report. This test is still failing for now (with ArrayIndexOutOfBoundsException), but I confirmed it passes with the fix from https://github.com/amazon-ion/ion-java/pull/710. Once that lands in the next version of ion-java I will open a PR to move this test out of failing.
Note: this can also be reproduced minimally with the data following data: e0 01 00 ea dc 9a.
This PR proposes to update draft PR #474 so that it produces the same exception trace as the original OSS-Fuzz report. This test is still failing for now (with
ArrayIndexOutOfBoundsException
), but I confirmed it passes with the fix from https://github.com/amazon-ion/ion-java/pull/710. Once that lands in the next version of ion-java I will open a PR to move this test out offailing
.Note: this can also be reproduced minimally with the data following data:
e0 01 00 ea dc 9a
.