From 2b930d3cb267bb1f426c3b3418c1c91fa8e3e931 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 16:00:13 +0000 Subject: Apply patch glibc-rh1623536-2.patch patch_name: glibc-rh1623536-2.patch present_in_specfile: true location_in_specfile: 34 --- diff --git a/stdlib/tst-setcontext9.c b/stdlib/tst-setcontext9.c index db83557..0099282 100644 --- a/stdlib/tst-setcontext9.c +++ b/stdlib/tst-setcontext9.c @@ -58,7 +58,7 @@ f1b (void) static void f1a (void) { - char st2[32768]; + static char st2[32768]; puts ("start f1a"); if (getcontext (&ctx[2]) != 0) { @@ -93,7 +93,7 @@ f1a (void) static int do_test (void) { - char st1[32768]; + static char st1[32768]; puts ("making contexts"); if (getcontext (&ctx[0]) != 0) {