Open client9 opened 10 years ago
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
correctness
and input with an ending colon will tokenise as operator, not type_colon due to this around line 550
no security impact