mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Merge pull request #2776 from leyao-daily/v3/master
Update to latest v3/master
This commit is contained in:
commit
a68a2c7199
@ -65,13 +65,13 @@ std::list<std::string> expandEnv(const std::string& var, int flags) {
|
||||
return vars;
|
||||
}
|
||||
|
||||
bool createDir(std::string dir, int mode, std::string *error) {
|
||||
bool createDir(const std::string& dir, int mode, std::string *error) {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool isFile(std::string f) {
|
||||
bool isFile(const std::string& f) {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ std::string find_resource(const std::string& file, const std::string& config,
|
||||
std::string *err);
|
||||
std::string get_path(const std::string& file);
|
||||
std::list<std::string> expandEnv(const std::string& var, int flags);
|
||||
bool createDir(std::string dir, int mode, std::string *error);
|
||||
bool isFile(std::string f);
|
||||
bool createDir(const std::string& dir, int mode, std::string *error);
|
||||
bool isFile(const std::string& f);
|
||||
|
||||
} // namespace utils
|
||||
} // namespace modsecurity
|
||||
|
@ -62,8 +62,6 @@ ctunullpointer:src/rule_with_operator.cc:95
|
||||
passedByValue:src/variables/global.h:109
|
||||
passedByValue:src/variables/global.h:110
|
||||
passedByValue:src/parser/driver.cc:45
|
||||
passedByValue:src/utils/system.cc:154
|
||||
passedByValue:src/utils/system.cc:166
|
||||
passedByValue:test/common/modsecurity_test.cc:49
|
||||
passedByValue:test/common/modsecurity_test.cc:98
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user