cvs commit: src/lib/libc/locale ldpart.c ldpart.h lmessages.c lmonetary.c lnumeric.c src/lib/libc/stdtime timelocal.c

Jordan K. Hubbard jkh at FreeBSD.org
Thu Jun 12 17:14:08 PDT 2003


jkh         2003/06/12 17:14:07 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      ldpart.c ldpart.h lmessages.c lmonetary.c 
                         lnumeric.c 
    lib/libc/stdtime     timelocal.c 
  Log:
  Fixes to locale code to properly use indirect pointers in order to prevent
  memory leaks (fixes bugs earlier purported to be fixed).
  Submitted by:   Ed Moy <emoy at apple.com>
  Obtained from:  Apple Computer, Inc.
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.13      +6 -6      src/lib/libc/locale/ldpart.c
  1.6       +1 -1      src/lib/libc/locale/ldpart.h
  1.13      +1 -1      src/lib/libc/locale/lmessages.c
  1.18      +1 -1      src/lib/libc/locale/lmonetary.c
  1.15      +1 -1      src/lib/libc/locale/lnumeric.c
  1.25      +1 -1      src/lib/libc/stdtime/timelocal.c


More information about the cvs-src mailing list