OSDN Git Service

This patch from Rik Faith <faith@alephnull.com> fixes a potentially
authorEric Andersen <andersen@codepoet.org>
Tue, 11 Jun 2002 12:54:12 +0000 (12:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 11 Jun 2002 12:54:12 +0000 (12:54 -0000)
commit3ec9b390db1a6d1264c32dfae8db53f208c26397
treecea8dbbe83af9f77f43ffdbdf54361440c89f796
parente26a5970cadb10b06977ddb5928c36d8b1be1367
This patch from Rik Faith <faith@alephnull.com> fixes a potentially
non-NULL terminated string problem that could result from the use
of open_memstream().  Manuel may have a better solution, but this
one works for me, since with this plus the popen fix I can now run
things like gdb properly.  Thanks Rik!
libc/stdio/printf.c