mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 06:34:44 +03:00
Avoids copy on the transformation operation
This commit is contained in:
@@ -31,7 +31,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string CmdLine::evaluate(std::string value,
|
||||
std::string CmdLine::evaluate(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
std::string ret;
|
||||
int space = 0;
|
||||
|
||||
Reference in New Issue
Block a user