diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-10-20 08:25:25 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-10-20 08:26:05 +0200 |
commit | 45c30c61c9001867c1891f5862764f084e53f348 (patch) | |
tree | c0455f7bbf57ef230ce6dad3c448bb8ae55bed9b /ChangeLog | |
parent | 3d7dc513b782407bd397b13771a631d9080d3aac (diff) | |
download | glibc-45c30c61c9001867c1891f5862764f084e53f348.zip glibc-45c30c61c9001867c1891f5862764f084e53f348.tar.gz glibc-45c30c61c9001867c1891f5862764f084e53f348.tar.bz2 |
Replace alloca in __tzfile_read by malloc. Fixes bug 15670
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-10-19 Ondřej Bílka <neleai@seznam.cz> + + [BZ #15670] + * time/tzfile.c (__tzfile_read): Replace alloca with malloc. + 2013-10-18 Carlos O'Donell <carlos@redhat.com> * manual/crypt.texi (Cryptographic Functions): Using SunRPC and |