mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Introduced a new variable to hold currval length
This commit is contained in:
@@ -31,6 +31,7 @@ struct msc_xml_parser_state {
|
||||
char * currpath;
|
||||
char * currval;
|
||||
size_t currpathbufflen;
|
||||
size_t currvalbufflen;
|
||||
apr_pool_t * mp;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user