]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix memory corruption problem with ap_custom_response() function.
authorJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 18:35:29 +0000 (18:35 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 18:35:29 +0000 (18:35 +0000)
commit88dd52f52c472dda5ebb6816da06322c650d81bc
tree0ebed1a8fda91174719dd5e6a54d7b35d3f2e4c4
parentc8105f91a6acfc270c347a1503b76e14e33119b1
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.

Submitted by: Will Lowe
Updated by:     Jeff Trawick
Reviewed by: stoddard, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103197 13f79535-47bb-0310-9956-ffa450edef68
STATUS
src/CHANGES
src/include/http_core.h
src/main/http_core.c