Skip to content

Unbounded write by strcpy #30

@b4yuan

Description

@b4yuan

In line 2310 of compiler.c:

strcpy(init_name, module_name);

This 'call to strcpy' with input from call to getenv may overflow the destination.

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