diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-27 19:09:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-27 19:09:19 +0000 |
commit | 519ba0a378bb40b18acaca7d45451cf936dfa350 (patch) | |
tree | 6963ecea44928bf1dc7fb64967253ae2011d7a76 /ChangeLog | |
parent | 277f8cdf9849ec2d701b17dab05199e8fe044b89 (diff) | |
download | glibc-519ba0a378bb40b18acaca7d45451cf936dfa350.tar glibc-519ba0a378bb40b18acaca7d45451cf936dfa350.tar.gz glibc-519ba0a378bb40b18acaca7d45451cf936dfa350.tar.bz2 glibc-519ba0a378bb40b18acaca7d45451cf936dfa350.zip |
Update.
* libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte
from stream buffer to result buffer.
Reported by Michael Meeks <michael@ximian.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-07-27 Ulrich Drepper <drepper@redhat.com> + * libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte + from stream buffer to result buffer. + Reported by Michael Meeks <michael@ximian.com>. + * libio/Makefile: Add rules to check output of tst-fopenloc and for memory leaks. * libio/tst-fopenloc.c: New file. |