mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Handles better the memory utilization
- Added reference counts to Rule and AuditLog; - Some memory leaks were removed, including GeoLookup; - Deal better with parser errors; - Overriding the AutlogLogWritter destructor.
This commit is contained in:
@@ -30,6 +30,7 @@ Multipart::Multipart(std:: string header)
|
||||
containsDataBefore(false),
|
||||
lf(false),
|
||||
missingSemicolon(false),
|
||||
invalidQuote(false),
|
||||
boundaryStartsWithWhiteSpace(false),
|
||||
boundaryIsQuoted(false),
|
||||
m_header(header) {
|
||||
|
Reference in New Issue
Block a user