]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: follow up to r1601291.
authorYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 13:23:20 +0000 (13:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 13:23:20 +0000 (13:23 +0000)
commit8df04a8ea2e69211b862f5213809a0c9b8492b22
treecbc10cbfe67bc27d77ca5f711cae8945346eacc7
parent53823ebd5c93b34995a46ccdad2f84b4f4128cd0
mod_proxy: follow up to r1601291.

Since deferred_write_pool is needed by the core_output_filter and is a subpool
of the connection, shutdown in a pre_cleanup of the connection's pool to avoid
a freed memory access (SEGV).

Reported By: takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601630 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_util.c