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 a buffer boundary problem (ArrayIndexOutOfBoundsException) for multi-byte UTF-8 character (surrogate pairs) in chunked-text mode. Should be gracefully caught and reported (most likely truncated code point encoding).
The text was updated successfully, but these errors were encountered:
(from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32912)
Looks like there is a buffer boundary problem (ArrayIndexOutOfBoundsException) for multi-byte UTF-8 character (surrogate pairs) in chunked-text mode. Should be gracefully caught and reported (most likely truncated code point encoding).
The text was updated successfully, but these errors were encountered: