mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Cosmetics: fix some cppcheck complains
This commit is contained in:
@@ -39,7 +39,7 @@ UrlDecode::UrlDecode(const std::string &action)
|
||||
|
||||
std::string UrlDecode::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
unsigned char *val = NULL;
|
||||
unsigned char *val(NULL);
|
||||
int invalid_count = 0;
|
||||
int changed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user