mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Cosmetics: fixed static analysis issues.
This commit is contained in:
@@ -71,7 +71,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if (argFull.empty() == false) {
|
||||
arg = argFull.c_str();
|
||||
arg = strdup(argFull.c_str());
|
||||
argFull.clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user