Skip to content

IndexOutOfBoundsException in FBCachedBlob.getBytes(long, int) for position or length beyond end of data #923

@mrotteveel

Description

@mrotteveel

The implementation of FBCachedBlob.getBytes(long, int) currently does not check if the position is beyond the available data, or length ends after the available data. This can result in an IndexOutOfBoundsException.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions