mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Avoids copy on the transformation operation
This commit is contained in:
@@ -33,7 +33,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string HtmlEntityDecode::evaluate(std::string value,
|
||||
std::string HtmlEntityDecode::evaluate(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
std::string ret;
|
||||
unsigned char *input;
|
||||
|
||||
Reference in New Issue
Block a user