mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Lets reserve some memory for rule message
This commit is contained in:
@@ -88,8 +88,8 @@ class RuleMessage {
|
||||
return log(rm, 0);
|
||||
}
|
||||
|
||||
static inline void _details(const RuleMessage *rm, std::string *msg);
|
||||
static inline void _errorLogTail(const RuleMessage *rm, std::string *msg);
|
||||
static std::string _details(const RuleMessage *rm);
|
||||
static std::string _errorLogTail(const RuleMessage *rm);
|
||||
|
||||
int m_accuracy;
|
||||
std::shared_ptr<std::string> m_clientIpAddress;
|
||||
|
Reference in New Issue
Block a user