summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-19 10:29:16 -0800
committerPetr Baudis <pasky@ucw.cz>2009-11-19 22:18:18 +0100
commit16b583ea7ec0b96c8908e6c5418836f74554329a (patch)
treec1f9a77e4e01c76bab761a76387e0ab6f8edf194 /ChangeLog
parent488e337a17866ebdb9ca6a07f91fc9fcf9f1c3db (diff)
Fix getwc* and putwc* on non-wide streams.
(cherry picked from commit df1934daa7788ca5f19d82efb02cdf9b9c495b1a)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d486ae26..b6f77ff8ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-11-19 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10958]
+ * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
+ initialized before using it.
+ (_IO_putwc_unlocked): Likewise.
+
[BZ #10918]
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
in cast to not throw away const-ness of parameters.