mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 22:25:45 +03:00
Changes the check script to detect segfaults
This commit is contained in:
committed by
Felipe Zimmerle
parent
ff65d618e4
commit
a88dc8efa9
@@ -30,6 +30,8 @@ class PmF : public PmFromFile {
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
PmF(std::string op, std::string param, bool negation)
|
||||
: PmFromFile(op, param, negation) { }
|
||||
explicit PmF(std::string param)
|
||||
: PmFromFile("PmFromF", param) { }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user