mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix missing initialization on rules-check utility
This commit is contained in:
14
tools/Makefile.am
Normal file
14
tools/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
|
||||
SUBDIRS = \
|
||||
rules-check
|
||||
|
||||
# make clean
|
||||
CLEANFILES =
|
||||
|
||||
# make maintainer-clean
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in
|
||||
|
@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
while (*args != NULL) {
|
||||
struct stat buffer;
|
||||
std::string argFull;
|
||||
std::string argFull("");
|
||||
const char *arg = *args;
|
||||
std::string err;
|
||||
int r;
|
||||
|
Reference in New Issue
Block a user