about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-27 19:09:19 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-27 19:09:19 +0000
commit519ba0a378bb40b18acaca7d45451cf936dfa350 (patch)
tree6963ecea44928bf1dc7fb64967253ae2011d7a76 /ChangeLog
parent277f8cdf9849ec2d701b17dab05199e8fe044b89 (diff)
downloadglibc-519ba0a378bb40b18acaca7d45451cf936dfa350.tar.gz
glibc-519ba0a378bb40b18acaca7d45451cf936dfa350.tar.xz
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bd3b9db77..0f22d796b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.