]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix memory corruption problem with ap_custom_response() function.
authorJeff Trawick <trawick@apache.org>
Wed, 24 Mar 2004 02:53:35 +0000 (02:53 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 24 Mar 2004 02:53:35 +0000 (02:53 +0000)
commite980bec53614a6da93b3f21f830886a50b21ae87
treeb39c89c12a8e69e16c16bb5973275ff9057b1c17
parentfafc039521cbe0888b5c468ed1a31fb0657d4834
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/trunk@103120 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_core.h
server/core.c