components/ksh93/patches/CR7071431.patch
author Rohith Ramesh Bangalore India <rohith.ramesh@oracle.com>
Mon, 18 Feb 2013 01:17:35 -0600
branchs11u1-sru
changeset 2497 43014bd244d4
parent 789 5f074ca23733
permissions -rw-r--r--
15765108 SUNBT7128313 ksh93 executes subshell with bad path to command

--- a/src/cmd/ksh93/include/ulimit.h	Tue Oct 26 16:25:26 2010
+++ b/src/cmd/ksh93/include/ulimit.h	Thu Aug 25 10:19:37 2011
@@ -157,7 +157,7 @@
 
 typedef struct Limit_s
 {
-	const char	name[8];
+	const char*	name;
 	const char*	description;
 	int		index;
 	const char*	conf;