]> granicus.if.org Git - apache/commitdiff
the subrequest pool issue wasn't recent breakage so mention it in
authorJeff Trawick <trawick@apache.org>
Thu, 7 Jun 2001 01:29:20 +0000 (01:29 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 7 Jun 2001 01:29:20 +0000 (01:29 +0000)
CHANGES

subsequent fixers feel free to overlay may name with yours :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89285 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index bf148b6af133fb669a9da79a41b6131811a1ae0d..af50a8861118dbddf5f37db5622a3c731b4c2b56 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.19-dev
 
+  *) Fix a problem with subrequest buckets having private data in the
+     wrong (i.e., subrequest) pool.  This could lead to a segfault
+     later after the subrequest pool is cleaned up.  
+     [Ryan Bloom, Jeff Trawick]
+
   *) Add a new request hook, error_log.  This phase allows modules
      to act on the error log string _after_ it has been written
      to the error log.  The goal for this hook is to allow monitoring