You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/12/11 17:16:43 UTC

cvs commit: httpd-apreq-2 CHANGES

joes        2003/12/11 08:16:43

  Modified:    .        CHANGES
  Log:
  Apply Max Kellerman's fix for segfault caused by invalid escape sequence in the query string. Some minor changes to Max Kellermann's original patch: apreq_decode_param always returns a non-NULL param, so we can eliminate the original 'if (param)' test.
  
  Revision  Changes    Path
  1.23      +3 -0      httpd-apreq-2/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- CHANGES	16 Nov 2003 04:27:01 -0000	1.22
  +++ CHANGES	11 Dec 2003 16:16:42 -0000	1.23
  @@ -2,6 +2,9 @@
   
   @section v2_03_dev Changes with libapreq2-2.03-dev
   
  +- December 11, 2003 - C API [Max Kellermann]
  +
  +Fix segfault caused by invalid %-escape sequence in query string.
   
   @section v2_02_dev Changes with libapreq2-2.02-dev