summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-02-24 21:47:01 +0100
committerStefan Fritsch <sf@apache.org>2012-02-24 21:47:01 +0100
commit401b5be56210a52147091abe49e9d7a111634fe7 (patch)
treeed1c8546fc9abea2f09917d43c0a2e0df8b00ed6 /CHANGES
parentFix AddOutputFilterByType brown paper bag crash bug (diff)
downloadapache2-401b5be56210a52147091abe49e9d7a111634fe7.tar.xz
apache2-401b5be56210a52147091abe49e9d7a111634fe7.zip
In maintainer mode, replace apr_palloc with a version that
initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 53ab3571b7..84a1c59d0d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) core: In maintainer mode, replace apr_palloc with a version that
+ initializes the allocated memory with non-zero values, except if
+ AP_DEBUG_NO_ALLOC_POISON is defined.
+
*) mod_log_config: Check during config test that directories for access logs
exist. PR 29941. [Stefan Fritsch]