mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
sync with upstream: c89 support, win32 support, more detection, less false postives
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user