Commit 0d0df4fc by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

960327-1.c (f): Add a letter to s[] to avoid stack-frame overwrite.

	* execute/960327-1.c (f): Add a letter to s[] to avoid stack-frame
	overwrite.

From-SVN: r32939
parent dff7cb5b
Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
* execute/960327-1.c (f): Add a letter to s[] to avoid stack-frame
overwrite.
2000-04-05 Jakub Jelinek <jakub@redhat.com>
* compile/20000405-2.c: New test.
......
......@@ -6,7 +6,7 @@ g ()
f ()
{
char s[] = "abcedfg01234";
char s[] = "abcedfg012345";
char *sp = s + 12;
switch (g ())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment