about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-06-03 09:48:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-06-03 17:04:44 +0200
commitcfac4de69cc70fbd6364e58cf77891a7a30f2e09 (patch)
tree6b9b1f5f3e73d21c4be8fd6f29657f3ae6af85c7 /ChangeLog
parent1c1e7fb65828c99d6e0f0f3857089b559a0c8189 (diff)
downloadglibc-cfac4de69cc70fbd6364e58cf77891a7a30f2e09.tar.gz
glibc-cfac4de69cc70fbd6364e58cf77891a7a30f2e09.tar.xz
glibc-cfac4de69cc70fbd6364e58cf77891a7a30f2e09.zip
libio: Use wmemset instead of __wmemset to avoid linknamespace issue
If the wide string operations are pulled into the link, the
wmemset symbol can cause a linknamespace failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e7fd30b49..94a95f3c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-03  Florian Weimer  <fweimer@redhat.com>
+
+	* libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf): Use
+	__wmemset instead of wmemset.
+
 2016-06-02  Carlos O'Donell  <carlos@redhat.com>
 
 	* sysdeps/unix/sysv/linux/bits/in.h [defined _UAPI_LINUX_IN6_H ||