mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Changes the check script to detect segfaults
This commit is contained in:
committed by
Felipe Zimmerle
parent
ff65d618e4
commit
a88dc8efa9
@@ -33,7 +33,8 @@ template <class T> class ModSecurityTest :
|
||||
public:
|
||||
ModSecurityTest()
|
||||
: m_test_number(0),
|
||||
m_automake_output(false) { }
|
||||
m_automake_output(false),
|
||||
m_count_all(false) { }
|
||||
|
||||
std::string header();
|
||||
void cmd_options(int, char **);
|
||||
@@ -45,6 +46,7 @@ template <class T> class ModSecurityTest :
|
||||
bool verbose = false;
|
||||
bool color = false;
|
||||
int m_test_number;
|
||||
bool m_count_all;
|
||||
bool m_automake_output;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user