]> sourceware.org Git - glibc.git/commit
Fix stack overflow in tst-setcontext9 (bug 23717)
authorAndreas Schwab <schwab@suse.de>
Thu, 27 Sep 2018 09:12:13 +0000 (11:12 +0200)
committerAndreas Schwab <schwab@suse.de>
Thu, 27 Sep 2018 10:31:03 +0000 (12:31 +0200)
commitf841c97e515a1673485a2b12b3c280073d737890
tree67decd1b815cb83bcee1fd064fe298a8e9b99c77
parent6ca8284e7a522ce3cdc9fdd2e73795c753890634
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.
ChangeLog
stdlib/tst-setcontext9.c
This page took 0.038786 seconds and 5 git commands to generate.