summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-v8_include_v8-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-v8_include_v8-internal.h')
-rw-r--r--www/iridium/files/patch-v8_include_v8-internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-v8_include_v8-internal.h b/www/iridium/files/patch-v8_include_v8-internal.h
index c2fc212b4be8..8a8d2b2e6af9 100644
--- a/www/iridium/files/patch-v8_include_v8-internal.h
+++ b/www/iridium/files/patch-v8_include_v8-internal.h
@@ -1,11 +1,11 @@
---- v8/include/v8-internal.h.orig 2024-02-04 14:46:08 UTC
+--- v8/include/v8-internal.h.orig 2024-06-25 12:08:48 UTC
+++ v8/include/v8-internal.h
-@@ -175,7 +175,7 @@ using SandboxedPointer_t = Address;
+@@ -185,7 +185,7 @@ using SandboxedPointer_t = Address;
#ifdef V8_ENABLE_SANDBOX
// Size of the sandbox, excluding the guard regions surrounding it.
--#ifdef V8_TARGET_OS_ANDROID
-+#if defined(V8_TARGET_OS_ANDROID) || defined(V8_TARGET_OS_OPENBSD)
+-#if defined(V8_TARGET_OS_ANDROID)
++#if (defined(V8_TARGET_OS_ANDROID) || defined(V8_TARGET_OS_OPENBSD))
// On Android, most 64-bit devices seem to be configured with only 39 bits of
// virtual address space for userspace. As such, limit the sandbox to 128GB (a
// quarter of the total available address space).