Skip to content

binary parser unsafely allocates memory. #28

@groob

Description

@groob

The binary plist tries to allocate a slice of arbitrary size and if it fails it tries to recover. But that doesn't actually work.

Setting 4<<20 (4 * 1024 * 1024) as an arbitrary limit until the binary parser is updated with better logic.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions