Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse_operator2 and ending colon #76

Open
client9 opened this issue Jun 27, 2014 · 0 comments
Open

parse_operator2 and ending colon #76

client9 opened this issue Jun 27, 2014 · 0 comments
Labels

Comments

@client9
Copy link
Owner

client9 commented Jun 27, 2014

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

@client9 client9 added the bug label Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant