Skip to content

Possible buffer overrun in CLI parsing #73

Open
@apconole

Description

@apconole

parse_cli.l:497:

<getup2tc>[0-7]			{ up2tc_a[up2tc_idx] = atoi(yytext);
				up2tc_idx++;

up2tc_idx is possibly outside bounds. Needs closer inspection.

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