diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-05-28 14:41:52 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-07-10 16:29:34 +0200 |
commit | d183645616b0533b3acee28f1a95570bffbdf50f (patch) | |
tree | f50571197e197666add2e0da873dfd5fc5763130 /ChangeLog | |
parent | 888c679ba406e89d86bdfbde033e307f5af5198f (diff) | |
download | glibc-d183645616b0533b3acee28f1a95570bffbdf50f.tar glibc-d183645616b0533b3acee28f1a95570bffbdf50f.tar.gz glibc-d183645616b0533b3acee28f1a95570bffbdf50f.tar.bz2 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |