You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1999/05/01 19:03:51 UTC

cvs commit: apache-1.3/src CHANGES

dgaudet     99/05/01 10:03:50

  Modified:    src      CHANGES
  Log:
  PR#3178 submitter also diagnosed the fix
  
  Revision  Changes    Path
  1.1338    +2 -1      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1337
  retrieving revision 1.1338
  diff -u -r1.1337 -r1.1338
  --- CHANGES	1999/05/01 17:02:24	1.1337
  +++ CHANGES	1999/05/01 17:03:48	1.1338
  @@ -3,7 +3,8 @@
     *) Fix intermittent SEGV in ap_proxy_cache_error() in
        src/modules/proxy_util.c where a NULL filepointer and
        temporary filename were closed and unlinked.
  -     [Graham Leggett <mi...@sharp.fm>] PR#3178
  +     [Graham Leggett <mi...@sharp.fm>,
  +     Tim Costello <tj...@socs.uts.edu.au>] PR#3178
   
     *) Fix inconsistant error messages reported by mod_proxy.
        [Graham Leggett <mi...@sharp.fm>]