libinjection icon indicating copy to clipboard operation
libinjection copied to clipboard

parse_operator2 and ending colon

Open client9 opened this issue 10 years ago • 0 comments

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 avatar Jun 27 '14 21:06 client9