From 9a9350550a7ca51feb97218101ef90c2cb90be71 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Fri, 15 Mar 2013 13:12:28 -0700 Subject: [PATCH] app_process: don't pollute the environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Give a hoot — don't pollute! Change-Id: I30d6c05cecab483f0e9d8063907f7bc0ef2bb104 --- cmds/app_process/app_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/app_process/app_main.cpp b/cmds/app_process/app_main.cpp index 80df56873a3a3..0668be606a7e0 100644 --- a/cmds/app_process/app_main.cpp +++ b/cmds/app_process/app_main.cpp @@ -153,6 +153,7 @@ int main(int argc, char* const argv[]) return -1; } } + unsetenv("NO_ADDR_COMPAT_LAYOUT_FIXUP"); #endif // These are global variables in ProcessState.cpp