Blame SOURCES/ksh-20140801-arraylen.patch

b6c01b
--- ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:55:26.228017873 -0400
b6c01b
+++ ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:56:04.099017700 -0400
b6c01b
@@ -1234,7 +1234,7 @@ int sh_exec(register const Shnode_t *t, 
b6c01b
 			if((io||argn))
b6c01b
 			{
b6c01b
 				Shbltin_t *bp=0;
b6c01b
-				static char *argv[1];
b6c01b
+				static char *argv[2];
b6c01b
 				int tflags = 1;
b6c01b
 				if(np &&  nv_isattr(np,BLT_DCL))
b6c01b
 					tflags |= 2;