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
Looks like there is an error case where end-of-input at a strategic place in the middle of a UTF-8 code point of name can cause uncaught ArraIndexOutOfBounds exception.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
(smile) ArrayIndexOutOfBounds for truncated UTF-8 name
(smile) ArrayIndexOutOfBounds for truncated UTF-8 name
Jul 8, 2021
(note: found by https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35932)
(note: similar to #289 but for different backend)
Looks like there is an error case where end-of-input at a strategic place in the middle of a UTF-8 code point of name can cause uncaught
ArraIndexOutOfBounds
exception.The text was updated successfully, but these errors were encountered: