diff options
author | Bryan Cantrill <bryan@joyent.com> | 2014-12-10 16:54:26 +0000 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2014-12-10 16:54:26 +0000 |
commit | 22a76dcc405e68b51ef58b0b8dbe09439eabaae0 (patch) | |
tree | f159c79b361e3dade6f5973ec39b2e7d9ddc46e6 /usr/src/uts/common/sys/exec.h | |
parent | 8e4e8001906f84c65d5756f02878c2e809225a04 (diff) | |
download | illumos-joyent-22a76dcc405e68b51ef58b0b8dbe09439eabaae0.tar.gz |
OS-3611 lx brand: 64-bit processes should not use VAs above VA hole
Diffstat (limited to 'usr/src/uts/common/sys/exec.h')
-rw-r--r-- | usr/src/uts/common/sys/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/exec.h b/usr/src/uts/common/sys/exec.h index 73c5cccee7..50786aca30 100644 --- a/usr/src/uts/common/sys/exec.h +++ b/usr/src/uts/common/sys/exec.h @@ -111,6 +111,7 @@ typedef struct uarg { char *auxp_brand; /* address of first brand auxv on user stack */ cred_t *pfcred; boolean_t scrubenv; + uintptr_t maxstack; } uarg_t; /* |