Skip to content

ISOBinaryFieldPackager doesn't check max length when packing variable length fields #611

@hello-koval

Description

@hello-koval

if (packedLength == 0 && data.length != getLength()) {

It looks like there should be a check for variable length fields too. E.g., if I created new IFB_LLLHBINARY( 9999, "xxx") packager, I would expect an exception when packing 10000 bytes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions