client9 / libinjection

SQL / SQLI tokenizer parser analyzer
Other
1k stars 274 forks source link

remove all strstr references #9

Closed client9 closed 11 years ago

client9 commented 11 years ago

found a const char ptr = strstr(cs + pos, "/");

in the code.

Maybe have problems with null inside the string.