mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-09 17:54:37 +03:00
Add remaining code for rule mem pool fix.
This commit is contained in:
@@ -304,6 +304,9 @@ struct modsec_rec {
|
||||
/* other */
|
||||
apr_table_t *collections;
|
||||
apr_table_t *collections_dirty;
|
||||
|
||||
/* rule processing temp pool */
|
||||
apr_pool_t *msc_rule_mptmp;
|
||||
};
|
||||
|
||||
struct directory_config {
|
||||
|
||||
Reference in New Issue
Block a user