Skip to content

UMM_CALLOC doesn't check for NULL allocation #4207

Closed
@earlephilhower

Description

@earlephilhower

Found in debug of #4134

memset(ret, 0x00, size);

UMM_CALLOC does an alloc then memset(0), but doesn't check the malloc succeeded, leading to a crash in UMM.

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