Possible buffer overrun in CLI parsing
Open
- 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
Assessment
This issue has not been assessed yet.