mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix MODSEC-333
This commit is contained in:
parent
35a9a6c3e2
commit
e821aaf048
@ -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