]> granicus.if.org Git - apache/commitdiff
update CHANGES for an input side seg fault fix.
authorGreg Ames <gregames@apache.org>
Fri, 8 Feb 2002 14:47:10 +0000 (14:47 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 8 Feb 2002 14:47:10 +0000 (14:47 +0000)
also, get rid of a mainframe term that somehow leaked into a comment which
might confuse people.

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

CHANGES
server/protocol.c

diff --git a/CHANGES b/CHANGES
index d53db765c7e318f36eb3097308a1ce58e938c41f..81c30760764b3bb7c16cf59a58aa61892c3294b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.32-dev
 
+  *) Fix seg faults that occur when what should be the httpd request line
+     starts with \r\n followed by garbage.  [Greg Ames]
+
   *) Allow statically linked support binaries with the new
      --enable-static-support flag, and enable this behavior in
      the binbuild script. Also add a new --enable-static-htdbm
index 47016f9e7cc567ed254c882ea68dab4efe5e00a8..854c8179e0a456c0f0987cffc7a7ce5afb170d03 100644 (file)
@@ -593,7 +593,7 @@ static int read_request_line(request_rec *r)
     do {
         apr_status_t rv;
 
-        /* insure ap_rgetline allocates storage each time thru the loop
+        /* insure ap_rgetline allocates memory each time thru the loop
          * if there are empty lines
          */
         r->the_request = NULL;