]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
setlocale: Use the heap for the copy of the locale argument
authorFlorian Weimer <fweimer@redhat.com>
Wed, 28 May 2014 12:41:52 +0000 (14:41 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 10 Jul 2014 14:29:34 +0000 (16:29 +0200)
commitd183645616b0533b3acee28f1a95570bffbdf50f
treef50571197e197666add2e0da873dfd5fc5763130
parent888c679ba406e89d86bdfbde033e307f5af5198f
setlocale: Use the heap for the copy of the locale argument

This avoids alloca calls with potentially large arguments.
ChangeLog
locale/setlocale.c