about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-12-16 00:09:32 +0100
committerOndřej Bílka <neleai@seznam.cz>2014-12-16 00:09:50 +0100
commit363a98991884a744e78b9bfc7df89768901c0816 (patch)
tree65488a5dff0f56df964148365988692b815709d0 /ChangeLog
parentd52c62df3d7574906dde1dea23f8a71e85073b06 (diff)
downloadglibc-363a98991884a744e78b9bfc7df89768901c0816.tar.gz
glibc-363a98991884a744e78b9bfc7df89768901c0816.tar.xz
glibc-363a98991884a744e78b9bfc7df89768901c0816.zip
Return allocated array instead of unallocated.
In locale/programs/ld-ctype.c we returned array that was on stack.
Fixed by returning static array instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d01235ed..ebfaa0aac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
+
+	[BZ #17657]
+	* locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
+	static array.
+
 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
 
 	* nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.