client9 / client9/libinjection

parse_operator2 and ending colon

Open
#76 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.