intel / intel/openlldp

Possible buffer overrun in CLI parsing

Open
#73 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
58
Forks
53
PR merge metrics
No merged PRs in 30d

Description

parse_cli.l:497:
```
[0-7] { up2tc_a[up2tc_idx] = atoi(yytext);
up2tc_idx++;
```
up2tc_idx is possibly outside bounds. Needs closer inspection.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.