mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Fix MODSEC-333
This commit is contained in:
parent
db73e14ed7
commit
6059fc1446
@ -104,6 +104,7 @@ static int fetch_target_exception(msre_rule *rule, modsec_rec *msr, msre_var *va
|
|||||||
name = apr_strtok(variable,":",&value);
|
name = apr_strtok(variable,":",&value);
|
||||||
} else {
|
} else {
|
||||||
name = variable;
|
name = variable;
|
||||||
|
value = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if((strlen(myname) == strlen(name)) &&
|
if((strlen(myname) == strlen(name)) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user