summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-15 18:13:22 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-15 18:13:22 +0000
commit2486b4965bc9cad848f2da57fe0ea53f851bd5ad (patch)
tree4eeaf097876dcbf742053202001e6212ec4d90d9 /ChangeLog
parent9667f97dd3c6daabfabf43c24601ff6f941902c2 (diff)
* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944
doesn't manage to write anything, fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c79fdedb..15b1c5284f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-07-15 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
+ doesn't manage to write anything, fail.
+
* malloc/hooks.c (__malloc_check_init): Remove printf.
2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>