From: Bill Stoddard Date: Wed, 21 Aug 2002 13:42:41 +0000 (+0000) Subject: Add CHANGES notification for the ap_get_win32_interpreter problem X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81731c8b0eacdcbdeb6f2903440f87243c627918;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES notification for the ap_get_win32_interpreter problem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index d6823848be9..ce07eff9a2a 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 1.3.27 + *) Win32: Fix one byte buffer overflow in ap_get_win32_interpreter + when a CGI script's #! line does not contain a \r or \n (i.e. + a line feed character) in the first 1023 bytes. The overflow + is always a '\0' (string termination) character. *) Add new "suppress-error-charset" environment variable to allow a BrowserMatch workaround for clients that incorrectly