You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ia...@apache.org on 2002/08/02 18:29:57 UTC

cvs commit: apr CHANGES

ianh        2002/08/02 09:29:57

  Modified:    .        CHANGES
  Log:
  check for null in getopt
  Submitted by: David Waite <ma...@akuma.org>
  Reviewed by:  Ian Holsman
  
  Revision  Changes    Path
  1.312     +3 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.311
  retrieving revision 1.312
  diff -u -r1.311 -r1.312
  --- CHANGES	24 Jul 2002 20:29:37 -0000	1.311
  +++ CHANGES	2 Aug 2002 16:29:57 -0000	1.312
  @@ -1,5 +1,8 @@
   Changes with APR b1
   
  +  *) dont  performs a strlen on that value without checking for NULL in getopt 
  +     [David Waite <ma...@akuma.org>, Ian Holsman]
  +
     *) Added apr_strtoll() and apr_atoll() to strings lib.
        [Shantonu Sen <ss...@apple.com>, Wilfredo Sanchez]