diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-04 22:25:36 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-05 14:27:17 +0000 |
commit | 4fd0933306bf532a1642c8821ccc6e886949df54 (patch) | |
tree | 9c40275311e0c1775ae0ef9b2542bc1d1d011c2d /usr/src/uts/common/exec/java/java.c | |
parent | 6d65d9e63be159eb6eb4f64a2efe53214c3d8963 (diff) | |
download | illumos-gate-4fd0933306bf532a1642c8821ccc6e886949df54.tar.gz |
14217 shbin and java exec modules do not work after 6826
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/uts/common/exec/java/java.c')
-rw-r--r-- | usr/src/uts/common/exec/java/java.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/exec/java/java.c b/usr/src/uts/common/exec/java/java.c index 224a87599e..575b19a13c 100644 --- a/usr/src/uts/common/exec/java/java.c +++ b/usr/src/uts/common/exec/java/java.c @@ -144,6 +144,7 @@ javaexec(vnode_t *vp, struct execa *uap, struct uarg *args, /* * Find and invoke the Java runtime environment on the file */ + bzero(&idata, sizeof (intpdata_t)); idata.intp = NULL; idata.intp_name[0] = jexec; idata.intp_arg[0] = jexec_arg; |