mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +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:
parent
37079ef668
commit
8416eca98b
@ -102,6 +102,7 @@ Rule::Rule(Operator *_op,
|
||||
m_unconditional(false),
|
||||
m_secmarker(false),
|
||||
m_marker(""),
|
||||
m_maturity(0),
|
||||
m_referenceCount(0),
|
||||
m_fileName(fileName),
|
||||
m_lineNumber(lineNumber) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user