From: Jeff Trawick Date: Sun, 13 Jan 2002 16:19:55 +0000 (+0000) Subject: mention a fix that brianp committed last night X-Git-Tag: 2.0.31~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4fceca7ad1ca7b5f0944c8073c74ffd3fbb5ed;p=apache mention a fix that brianp committed last night git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 159f2b29de..d0b45ba16a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0.31-dev + *) Clear the output socket descriptor in unixd_accept() to make sure + we don't supply a bogus socket to the caller if the accept fails. + This caused problems with the worker MPM, which tried to process + the returned socket if it was non-NULL. [Brian Pane] + *) Move a check for an empty brigade to the start of core input filter to avoid segfaults. [Justin Erenkrantz, Jeff Trawick]