From a2a52b9ae7570c4b2f9d03ffd5b0ee72fc2f4be8 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 14 Jun 2007 17:58:50 +0000 Subject: [PATCH] Add remaining code for rule mem pool fix. --- apache2/modsecurity.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index f4779046..f92c78a7 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -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 {