Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions