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
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
ArrayIndexOutOfBoundsException for UTF-32 encoded data.ArrayIndexOutOfBoundsException for UTF-32 encoded data
Apr 6, 2021
(note: found by OssFuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32969)
Looks like UTF32 decoder has issue checking for boundary, most likely same or similar to jackson-core:
FasterXML/jackson-core#692
The text was updated successfully, but these errors were encountered: