OSDN Git Service

Revert Erik's patch to vasprintf and fix the real issue.
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 11 Jun 2002 21:19:41 +0000 (21:19 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 11 Jun 2002 21:19:41 +0000 (21:19 -0000)
commit6af59d0d232e33b2be61a6dc96e7918993dd28d5
tree7b2b6409a0b71124ac88ef30636e23bc89dc0958
parent3ec9b390db1a6d1264c32dfae8db53f208c26397
Revert Erik's patch to vasprintf and fix the real issue.
The writer for the stream returned by open_memstream was supposed to
keep the buffer nul-terminated.  I apparently left out a statement.
libc/stdio/printf.c
libc/stdio/stdio.c