about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-05-28 14:41:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2014-07-10 16:29:34 +0200
commitd183645616b0533b3acee28f1a95570bffbdf50f (patch)
treef50571197e197666add2e0da873dfd5fc5763130 /ChangeLog
parent888c679ba406e89d86bdfbde033e307f5af5198f (diff)
downloadglibc-d183645616b0533b3acee28f1a95570bffbdf50f.tar.gz
glibc-d183645616b0533b3acee28f1a95570bffbdf50f.tar.xz
glibc-d183645616b0533b3acee28f1a95570bffbdf50f.zip
setlocale: Use the heap for the copy of the locale argument
This avoids alloca calls with potentially large arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1232aa215..5767e5c735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-02  Florian Weimer  <fweimer@redhat.com>
+
+	* locale/setlocale.c (setlocale): Use strdup for allocating
+	composite name copy.
+
 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	Sync up with gnulib.