Skip to content

Null dereference  #109

@QiAnXinCodeSafe

Description

@QiAnXinCodeSafe

There is no check for the failed malloc

8cc/cpp.c

Line 65 in b480958

Macro *r = malloc(sizeof(Macro));

may load to null deference in line

8cc/cpp.c

Line 66 in b480958

*r = *tmpl;

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