about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-19 14:44:33 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-19 23:11:57 +0200
commit37e9dc814636915afb88d0779e5e897e90e7b8c0 (patch)
tree5c7cdc61525effc406d27baa24102fcdf9e6283d /ChangeLog
parent81b82fb966ffbd94353f793ad17116c6088dedd9 (diff)
downloadglibc-37e9dc814636915afb88d0779e5e897e90e7b8c0.tar.gz
glibc-37e9dc814636915afb88d0779e5e897e90e7b8c0.tar.xz
glibc-37e9dc814636915afb88d0779e5e897e90e7b8c0.zip
DCIGETTEXT: Do not make copy of localename
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c4815eb43..d4aac40eab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-06-19  Florian Weimer  <fweimer@redhat.com>
 
+	* intl/dcigettext.c (DCIGETTEXT): Do not make copy of localename.
+	It cannot change while __libc_setlocale_lock is acquired.
+
+2017-06-19  Florian Weimer  <fweimer@redhat.com>
+
 	* elf/rtld.c (audit_list_string): New variable.
 	(audit_list): Update comment.
 	(struct audit_list_iter): Define.