]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I guess this does deserve a CHANGES entry since the problem spanned
authorCliff Woolley <jwoolley@apache.org>
Wed, 24 Oct 2001 15:33:16 +0000 (15:33 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 24 Oct 2001 15:33:16 +0000 (15:33 +0000)
versions...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91657 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6f25a3d9e99a34ed1cafaf4a087b1ec2f5aa30ac..97a4716608c096bbafcbd065fc5ecdd907206a2c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.27-dev
 
+  *) Fix a segfault in the core input filter when the client socket
+     gets disconnected unexpectedly.  [Cliff Woolley]
+
   *) Fix the reporting for child processes that die.  This removes
      all of the non-portable W* macros from Apache. 
      [Jeff Trawick and Ryan Bloom]