From f841c97e515a1673485a2b12b3c280073d737890 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 27 Sep 2018 11:12:13 +0200 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85f8e097b5..a5a64da8b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-09-27 Andreas Schwab + + [BZ #23717] + * stdlib/tst-setcontext9.c (f1a): Make st2 static. + (do_test): Make st1 static. + 2018-09-26 Andreas Schwab [BZ #23707] -- cgit 1.4.1