mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix memory issues while resolving variables
This commit is contained in:
@@ -58,10 +58,12 @@ class AnchoredVariable {
|
||||
std::unique_ptr<std::string> resolveFirst();
|
||||
|
||||
Transaction *m_transaction;
|
||||
collection::Variable *m_var;
|
||||
int m_offset;
|
||||
std::string m_name;
|
||||
std::string m_value;
|
||||
|
||||
private:
|
||||
collection::Variable *m_var;
|
||||
};
|
||||
|
||||
} // namespace modsecurity
|
||||
|
Reference in New Issue
Block a user