mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix assorted memory and static analysis errors
This commit is contained in:
committed by
Felipe Zimmerle
parent
8d0583eda4
commit
e95efa05cc
@@ -59,10 +59,10 @@ cppcheck:
|
||||
--enable=all \
|
||||
--inconclusive \
|
||||
--template="warning: {file},{line},{severity},{id},{message}" \
|
||||
-U YYSTYPE \
|
||||
-U YY_USER_INIT \
|
||||
--std=posix . 2> cppcheck.txt
|
||||
cat cppcheck.txt
|
||||
# -U YYSTYPE
|
||||
# -U YY_USER_INIT
|
||||
|
||||
check-static: cppcheck
|
||||
|
||||
|
Reference in New Issue
Block a user