platform_bionic/libc/tzcode
Christopher Ferris 8a8b0c9bfc Do not keep struct state on the stack.
This structure is huge (~18000 bytes on arm64) and can blow out
the stack very easily.
Modify the code to allocate these structures instead of leaving them
on the stack.

Bug: 14468519
Change-Id: I774f71235d896d32a14ab1af06f95ca9ef819f52
2014-05-14 16:50:41 -07:00
..
asctime.c Upgrade to tzcode2013d. 2013-07-12 17:52:44 -07:00
difftime.c Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Android modifications). 2013-09-27 00:04:30 -07:00
localtime.c Do not keep struct state on the stack. 2014-05-14 16:50:41 -07:00
private.h Update tzcode to 2013i 2014-02-28 14:38:14 +00:00
strftime.c Fix <math.h> to quieten most of our warnings. 2014-05-05 21:19:47 -07:00
strptime.c Bug 3330205 Thread safe strptime implementation 2011-01-11 09:33:04 -08:00
tzfile.h Update tzcode to 2013i 2014-02-28 14:38:14 +00:00