Skip to content

Commit

Permalink
disable sandboxed pointers for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jun 23, 2022
1 parent 8ec1de8 commit e5f42ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/args/all.gn
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ enable_cet_shadow_stack = false
# V8 in the browser process.
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=281
is_cfi = false

# TODO(nornagon): this is disabled until node.js's internals can be made
# compatible with sandboxed pointers.
v8_enable_sandboxed_pointers = false

0 comments on commit e5f42ed

Please sign in to comment.