From: Jim Jagielski Date: Thu, 21 Mar 2002 16:52:20 +0000 (+0000) Subject: Note Cliff's fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92d43e5a9eedace1dbada4115e79b3df424fecd;p=thirdparty%2Fapache%2Fhttpd.git Note Cliff's fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94098 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 7947fad3046..3b6063e03da 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 1.3.24 + *) Fixed a segfault in mod_include when #if, #elif, #else, or #endif + directives were improperly terminated. [Cliff Woolley] *) Introduce proper escaping of command.com and cmd.exe for Win32. These patches close vulnerability CAN-2002-0061, identified and