cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c

Tim J. Robbins tjr at FreeBSD.org
Thu Apr 22 04:35:13 PDT 2004


tjr         2004/04/22 04:35:12 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       vfprintf.c vfwprintf.c 
  Log:
  Use the correct size to allocate, copy and clear argument type tables
  after their change from an array of char to an array of enum.
  This fixes problems that occurred when using positional arguments in
  format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
  of them.
  
  PR:             65841
  Submitted by:   Steven Smith (mostly)
  
  Revision  Changes    Path
  1.64      +9 -6      src/lib/libc/stdio/vfprintf.c
  1.18      +9 -6      src/lib/libc/stdio/vfwprintf.c


More information about the cvs-src mailing list