git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92130
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.29-dev
+ *) Fix segv in worker MPM following accept on pipe-of-death
+ [Brian Pane]
+
*) Add mod_deflate to experimental.
[Ian Holsman, Justin Erenkrantz]
/* Sets workers_may_exit if we received a character on the pipe_of_death */
static apr_status_t check_pipe_of_death(void **csd, ap_listen_rec *lr, apr_pool_t *ptrans)
{
+ *csd = NULL;
apr_thread_mutex_lock(pipe_of_death_mutex);
if (!workers_may_exit) {
apr_status_t ret;