1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-09 14:21:14 +03:00
Files
glibc/stdlib
Andreas Schwab f841c97e51 Fix stack overflow in tst-setcontext9 (bug 23717)
The function f1a, executed on a stack of size 32k, allocates an object of
size 32k on the stack.  Make the stack variables static to reduce
excessive stack usage.
2018-09-27 12:31:03 +02:00
..
2018-02-26 18:17:47 +00:00
2016-10-25 17:05:47 -02:00
2018-03-04 17:27:58 +01:00
2018-08-13 14:05:01 +02:00
2018-02-04 14:02:36 +01:00
2014-12-29 23:14:38 -05:00
2016-10-25 17:05:47 -02:00
2018-07-24 07:55:47 -07:00