• Eric Holk's avatar
    Revert "[wasm] Add guard pages before Wasm Memory" · 54be464f
    Eric Holk authored
    This reverts commit d7cdea6f.
    
    Reason for revert: Flakiness on bots
    
    Original change's description:
    > [wasm] Add guard pages before Wasm Memory
    > 
    > Although Wasm memory indices are all unsigned, they sometimes get assembled
    > as 32-bit signed immediates. Values in the top half of the Wasm memory space
    > will then get sign extended, causing Wasm to access in front of its memory
    > buffer.
    > 
    > Usually this region is not mapped anyway, so faults still happen as they are
    > supposed to. This change protects this region with guard pages so we are
    > guaranteed to always fault when this happens.
    > 
    > Bug: v8:5277
    > Change-Id: Id791fbe2a5ac1b1d75460e65c72b5b9db2a47ee7
    > Reviewed-on: https://chromium-review.googlesource.com/484747
    > Commit-Queue: Eric Holk <eholk@chromium.org>
    > Reviewed-by: Mircea Trofin <mtrofin@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#44905}
    
    TBR=bradnelson@chromium.org,gdeepti@chromium.org,mtrofin@chromium.org,eholk@chromium.org,mseaborn@chromium.org,adamk@chromium.org,v8-reviews@googlegroups.com,wasm-v8@google.com
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    
    Change-Id: Ia1d3e5dbf4f518815a9fd4197047077bc8e42816
    Reviewed-on: https://chromium-review.googlesource.com/487828Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
    Commit-Queue: Adam Klein <adamk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44907}
    54be464f
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...