Date: Thu, 22 Apr 2004 04:35:12 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c Message-ID: <200404221135.i3MBZCn4080264@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404221135.i3MBZCn4080264>