sync with upstream: c89 support, win32 support, more detection, less false postives

This commit is contained in:
Nick Galbreath
2013-04-20 22:41:24 +09:00
parent b6b284ea6c
commit c10551dcf7
3 changed files with 255 additions and 143 deletions

View File

@@ -57,7 +57,7 @@ typedef struct {
/* final sqli data */
stoken_t tokenvec[MAX_TOKENS];
// +1 for possible ending null
/* +1 for possible ending null */
char pat[MAX_TOKENS + 1];
char delim;
int reason;