• Samuel Groß's avatar
    [sandbox] Ignore more harmless crashes in sandbox crash filter · 635f12b3
    Samuel Groß authored
    SIGABRT is harmless as it indicates a CHECK failure. Further, memory
    access violations at non-canonical addresses and memory permission
    violations should be ignored as well as they can legitimately be
    triggered from memory corruption inside the sandbox and are not directly
    exploitable. See code comments for more details.
    
    Bug: v8:12878
    Change-Id: Idddd805f5d52c87f2b67a974716acd5d5abf11cf
    Cq-Include-Trybots: luci.v8.try:v8_linux64_heap_sandbox_dbg_ng,v8_linux_arm64_sim_heap_sandbox_dbg_ng
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3707106Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Commit-Queue: Samuel Groß <saelo@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#81191}
    635f12b3
Name
Last commit
Last update
..
OWNERS Loading commit data...
external-pointer-inl.h Loading commit data...
external-pointer-table-inl.h Loading commit data...
external-pointer-table.cc Loading commit data...
external-pointer-table.h Loading commit data...
external-pointer.h Loading commit data...
sandbox.cc Loading commit data...
sandbox.h Loading commit data...
sandboxed-pointer-inl.h Loading commit data...
sandboxed-pointer.h Loading commit data...
testing.cc Loading commit data...
testing.h Loading commit data...