From 83b45ae491c7280ef91076dc8ee9de511cdeb1f3 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Fri, 8 Feb 2002 14:47:10 +0000 Subject: [PATCH] update CHANGES for an input side seg fault fix. 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 | 3 +++ server/protocol.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d53db765c7..81c3076076 100644 --- 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 diff --git a/server/protocol.c b/server/protocol.c index 47016f9e7c..854c8179e0 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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; -- 2.40.0