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
Fixes build failure for `ion-java`:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63457
`withAnnotationIteratorReuseEnabled` was removed from
`IonReaderBuilder`. Removing this will cause the build to succeed.
`NullPointerException`, `ArrayIndexOutOfBoundsException`, and
`AssertionError` should not leak from the library; such leaks would be
useful to find during fuzzing.
0 commit comments