diff options
author | Stefan Fritsch <sf@apache.org> | 2012-02-24 21:47:01 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-02-24 21:47:01 +0100 |
commit | 401b5be56210a52147091abe49e9d7a111634fe7 (patch) | |
tree | ed1c8546fc9abea2f09917d43c0a2e0df8b00ed6 /CHANGES | |
parent | Fix AddOutputFilterByType brown paper bag crash bug (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |