components/ksh93/patches/CR7071431.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Mon, 25 Nov 2013 17:42:18 +0100
branchs11u1-sru
changeset 2846 308d0c192664
parent 789 5f074ca23733
permissions -rw-r--r--
17714341 /usr/bin/cd core dumps during string substitution

--- 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;