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