diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-12-16 00:09:32 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-12-16 00:09:50 +0100 |
commit | 363a98991884a744e78b9bfc7df89768901c0816 (patch) | |
tree | 65488a5dff0f56df964148365988692b815709d0 /NEWS | |
parent | d52c62df3d7574906dde1dea23f8a71e85073b06 (diff) | |
download | glibc-363a98991884a744e78b9bfc7df89768901c0816.tar glibc-363a98991884a744e78b9bfc7df89768901c0816.tar.gz glibc-363a98991884a744e78b9bfc7df89768901c0816.tar.bz2 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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Version 2.21 17363, 17370, 17371, 17411, 17460, 17475, 17485, 17501, 17506, 17508, 17522, 17555, 17570, 17571, 17572, 17573, 17574, 17581, 17582, 17583, 17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17633, 17634, - 17647, 17653, 17664, 17665, 17668, 17682. + 17647, 17653, 17657, 17664, 17665, 17668, 17682. * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for |