mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixed memory leak in the acmp implementation
This commit is contained in:
committed by
Felipe Zimmerle
parent
60402d8b80
commit
fd341145d5
@@ -131,6 +131,7 @@ char *parse_pm_content(const char *op_parm, unsigned short int op_len, const cha
|
||||
x++;
|
||||
} else {
|
||||
*error_msg = std::string("Unsupported escape sequence.").c_str();
|
||||
free(parm);
|
||||
return NULL;
|
||||
}
|
||||
esc = 0;
|
||||
|
Reference in New Issue
Block a user