mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Update master to 2.7.3
This commit is contained in:
@@ -1153,7 +1153,14 @@ ProcessInclude:
|
||||
|
||||
parms->directive = newdir;
|
||||
|
||||
errmsg = invoke_cmd(cmd, parms, mconfig, args);
|
||||
__try
|
||||
{
|
||||
errmsg = invoke_cmd(cmd, parms, mconfig, args);
|
||||
}
|
||||
__except(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
errmsg = "Command failed to execute (check file/folder permissions, syntax, etc.).";
|
||||
}
|
||||
|
||||
if(errmsg != NULL)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user