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

Tim J. Robbins tjr at FreeBSD.org
Wed Nov 12 00:49:13 PST 2003


tjr         2003/11/12 00:49:12 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       vfwprintf.c 
  Log:
  Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake
  string files (__SSTR flag set). This is necessary because __sputc()
  does not respect the __SALC flag, and crashes trying to flush the buffer
  instead of resizing it.
  
  PR:             59167
  
  Revision  Changes    Path
  1.14      +30 -1     src/lib/libc/stdio/vfwprintf.c


More information about the cvs-src mailing list