Skip to content

Utf8ByteBufCharsetDecoder BufferOverflowException when several non US-ASCII chars are split #1357

@slandelle

Description

@slandelle

When multiple non US-ASCII chars are split over several chunks, Utf8ByteBufCharsetDecoder crashes with BufferOverflowException.

This happens because we don't clear the splitCharBuffer in-between and only do so once decoding is done.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions