client9 / client9/libinjection
parse_operator2 and ending colon
Open
bug
- Dominant language
- C
- Stars
- 1k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
correctness
and input with an ending colon will tokenise as operator, not type_colon due to this around line 550
```
if (pos + 1 >= slen) {
return parse_operator1(sf);
}
```
no security impact
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.