mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Added const reported by cppcheck 2.14
This commit is contained in:
committed by
Eduardo Arias
parent
d053ec6de6
commit
bbef22b3b5
@@ -30,9 +30,9 @@ void ConfigUnicodeMap::loadConfig(std::string f, double configCodePage,
|
||||
RulesSetProperties *driver, std::string *errg) {
|
||||
char *buf = NULL;
|
||||
char *hmap = NULL;
|
||||
char *p = NULL;
|
||||
const char *p = NULL;
|
||||
char *savedptr = NULL;
|
||||
char *ucode = NULL;
|
||||
const char *ucode = NULL;
|
||||
int code = 0;
|
||||
int found = 0;
|
||||
int length = 0;
|
||||
|
||||
Reference in New Issue
Block a user