components/ksh93/patches/CR7128313.patch
author John Beck <John.Beck@Oracle.COM>
Tue, 10 Feb 2015 09:31:36 -0800
changeset 3759 6f5b34e14c5c
parent 1079 f86b9f7aa5e7
permissions -rw-r--r--
20367692 python /usr/gnu/lib runpath considered unnecessary
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1079
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     1
--- a/src/cmd/ksh93/sh/path.c
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     2
+++ b/src/cmd/ksh93/sh/path.c
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     3
@@ -1761,6 +1761,7 @@
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     4
 	char *ptr;
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     5
 	if(!pp)
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     6
 		return(NULL);
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     7
+	pp->shp->last_table = 0;
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     8
 	path_nextcomp(pp->shp,pp,nv_name(np),pp);
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
     9
 	ptr = stakfreeze(0);
f86b9f7aa5e7 15765108 SUNBT7128313 ksh93 executes subshell with bad path to command
Rohith Ramesh - Sun Microsystems - Bangalore India <rohith.ramesh@oracle.com>
parents:
diff changeset
    10
 	return(ptr+PATH_OFFSET);