From 22a76dcc405e68b51ef58b0b8dbe09439eabaae0 Mon Sep 17 00:00:00 2001 From: Bryan Cantrill Date: Wed, 10 Dec 2014 16:54:26 +0000 Subject: OS-3611 lx brand: 64-bit processes should not use VAs above VA hole --- usr/src/uts/common/sys/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys') 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; /* -- cgit v1.2.3