]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix memory corruption problem with ap_custom_response() function.
authorBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:07:28 +0000 (02:07 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:07:28 +0000 (02:07 +0000)
commit933fc4375b9e598a9cdf46b78e0459f4eec7a20c
treeca454adac5d3ca676bd9287e2a9a4c40b84228d1
parent150a6c5a4ce4821c11e664526b5e03a8fc1656e9
Fix memory corruption problem with ap_custom_response() function.
The core per-dir config would later point to request pool data
that would be reused for different purposes on different requests.

This is based on an old 1.3 patch submitted by Will Lowe.
It needs a minor tweak before committing to 1.3, but he had
it pretty darn close.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103141 13f79535-47bb-0310-9956-ffa450edef68
STATUS
include/http_core.h
server/core.c