• Eric Holk's avatar
    [wasm] Add guard pages before Wasm Memory · d7cdea6f
    Eric Holk authored
    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: 's avatarMircea Trofin <mtrofin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#44905}
    d7cdea6f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...