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

2008-08-30 Thread Colin Percival
cperciva2008-08-31 02:19:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdio vfwprintf.c Log: SVN rev 182502 on 2008-08-31 02:19:55Z by cperciva MFC r181281: Make swprintf("%s", "") not fail randomly depending on uninitialized varia

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

2008-08-30 Thread Colin Percival
cperciva2008-08-30 23:10:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdio vfwprintf.c Log: SVN rev 182495 on 2008-08-30 23:10:29Z by cperciva MFC r181281: Make swprintf("%s", "") not fail randomly depending on uninitialized varia

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

2008-08-04 Thread Kostik Belousov
On Mon, Aug 04, 2008 at 04:27:33PM +0200, Oliver Fromme wrote: > > Colin Percival wrote: > > Colin Percival wrote: > > > David Schultz wrote: > > > > I think you mean swprintf() here. > > > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > > "corrected" what I w

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

2008-08-04 Thread Oliver Fromme
Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > > > I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf > > functions but use sprintf quit

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

2008-08-04 Thread Erik Trulsson
On Mon, Aug 04, 2008 at 07:12:14AM -0700, Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > >> I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf >

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

2008-08-04 Thread Colin Percival
Colin Percival wrote: David Schultz wrote: I think you mean swprintf() here. Oops. I typoed -- I actually meant wprintf, but I guess my fingers "corrected" what I was typing since I never use the wide printf > functions but use sprintf quite commonly. :-) I would do a forced commit to clar

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

2008-08-04 Thread Colin Percival
David Schultz wrote: On Mon, Aug 04, 2008, Colin Percival wrote: Initialize "nconv" to a reasonable value in all code paths. Prior to this commit, sprintf("%s", "") could fail depending on what happened to be on the stack. I think you mean swprintf() here. Oops. I typoed -- I actuall

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

2008-08-04 Thread David Schultz
On Mon, Aug 04, 2008, Colin Percival wrote: > cperciva2008-08-04 06:55:42 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwprintf.c > Log: > SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva > > Initialize "nconv" to a reasonable value in all cod

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

2008-08-03 Thread Colin Percival
cperciva2008-08-04 06:55:42 UTC FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva Initialize "nconv" to a reasonable value in all code paths. Prior to this commit, sprintf("%s", "") could fail d

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

2007-12-17 Thread David Schultz
das 2007-12-18 01:20:33 UTC FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: Catch up with vfprintf.c,v 1.77. Revision ChangesPath 1.28 +1 -0 src/lib/libc/stdio/vfwprintf.c ___ cvs-a