You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/08/21 15:42:42 UTC

cvs commit: apache-1.3/src CHANGES

stoddard    2002/08/21 06:42:42

  Modified:    src      CHANGES
  Log:
  Add CHANGES notification for the ap_get_win32_interpreter problem
  
  Revision  Changes    Path
  1.1842    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1841
  retrieving revision 1.1842
  diff -u -r1.1841 -r1.1842
  --- CHANGES	12 Aug 2002 19:19:01 -0000	1.1841
  +++ CHANGES	21 Aug 2002 13:42:41 -0000	1.1842
  @@ -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