Skip to content

ArrayIndexOutOfBoundsException in ID3v2TextFrameData #200

@patentblatt

Description

@patentblatt

Hi

The operation 'unpackFrameData(..)' throws an ArrayIndexOutOfBoundsException which is not caught

protected void unpackFrameData(byte[] bytes) throws InvalidDataException {
text = new EncodedText(bytes[0], BufferTools.copyBuffer(bytes, 1, bytes.length - 1));
}

It happens when calling AbstractID3v2Tag.getYear(). I'm using version 0.9.1

Attached you find a
Blas.zip
mp3 file to reproduce the issue.

Thanks for your work and support

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions