components/ksh93/patches/CR7128313.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 17 Mar 2015 19:06:56 -0700
changeset 3966 cca72467a46d
parent 1079 f86b9f7aa5e7
permissions -rw-r--r--
19078668 unixODBC version 2.3.1 needs a TPNO
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);