Skip to content

Missing safety checks in FBEBuffer #107

@motz61

Description

@motz61

FBEBuffer methods like allocate(), reserve() can cause uncontrolled memory allocation without enforcing any upper limit. These methods rely on malloc() without checking for failure, which can result in crashes or memory exhaustion when handling large or malformed input.

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