sync with upstream, fix read-past-end errors

This commit is contained in:
Nick Galbreath
2013-04-22 10:31:35 +09:00
parent c10551dcf7
commit 3ca159e7be
3 changed files with 56 additions and 36 deletions

View File

@@ -60,6 +60,7 @@ int is_operator2(const char *key);
int is_sqli_pattern(const char *key);
size_t parse_none(sfilter * sf);
size_t parse_money(sfilter * sf);
size_t parse_other(sfilter * sf);
size_t parse_white(sfilter * sf);
size_t parse_operator1(sfilter *sf);