]> granicus.if.org Git - apache/commitdiff
mention a fix that brianp committed last night
authorJeff Trawick <trawick@apache.org>
Sun, 13 Jan 2002 16:19:55 +0000 (16:19 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 13 Jan 2002 16:19:55 +0000 (16:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92841 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 159f2b29de7649957172b750c4b66f74a2aff785..d0b45ba16a74f59dca694f0c57bb77ac8c9a4d00 100644 (file)
--- 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]