mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Memory pool fixes and code cleanup
This commit is contained in:
@@ -60,7 +60,7 @@ char *msre_generate_target_string(apr_pool_t *pool, msre_rule *rule) {
|
||||
|
||||
char *target_str = NULL;
|
||||
msre_var **targets = NULL;
|
||||
int i = 0, count = 0;
|
||||
int i = 0;
|
||||
|
||||
targets = (msre_var **)rule->targets->elts;
|
||||
|
||||
|
Reference in New Issue
Block a user