summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-02-24 16:07:57 -0800
committerPetr Baudis <pasky@ucw.cz>2010-05-12 02:03:13 +0200
commita82e74eb468e899f7ebe4204eefa04a967002f77 (patch)
treeccdd00d89779e11e388e32595c249e2284496dc6 /ChangeLog
parentfae1e90fa13beb6b84454626df2933ecc0b30c66 (diff)
Fix reporting of I/O errors in *dprintf functions.
(cherry picked from commit 7ca890b88e6ab7624afb1742a9fffb37ad5b3fc3)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e66e0c1ffa..674587a0b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
2010-02-24 Ulrich Drepper <drepper@redhat.com>
+ [BZ #11319]
+ * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
+ undoing the stream because _IO_FINISH doesn't report failures.
+
[BZ #5553]
* malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
(public_pVALLOc): Likewise.
+ Patch by Petr Baudis.
2010-02-22 Jim Meyering <meyering@redhat.com>