mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Initializes m_maturity in the rule class
m_maturity was not initialized in one of the constructors of Rule
This commit is contained in:
@@ -102,6 +102,7 @@ Rule::Rule(Operator *_op,
|
|||||||
m_unconditional(false),
|
m_unconditional(false),
|
||||||
m_secmarker(false),
|
m_secmarker(false),
|
||||||
m_marker(""),
|
m_marker(""),
|
||||||
|
m_maturity(0),
|
||||||
m_referenceCount(0),
|
m_referenceCount(0),
|
||||||
m_fileName(fileName),
|
m_fileName(fileName),
|
||||||
m_lineNumber(lineNumber) {
|
m_lineNumber(lineNumber) {
|
||||||
|
Reference in New Issue
Block a user