Disable ASan instrumentation for sandbox::(anonymous namespace)::CloneAndLongjmpInChild
commit1ce8c777d4e9551989d4b83380fd1bd0189d818c
authorglider <glider@chromium.org>
Sun, 28 Dec 2014 01:36:45 +0000 (27 17:36 -0800)
committerCommit bot <commit-bot@chromium.org>
Sun, 28 Dec 2014 01:37:31 +0000 (28 01:37 +0000)
treed40d8fbc67d0be3124665dfea5cbf4304677023b
parent29617dc25fa9baa1d697d86f72e3f5f989010093
Disable ASan instrumentation for sandbox::(anonymous namespace)::CloneAndLongjmpInChild

ASan instrumentation caused the stack buffer for the child process to be allocated
on fake stack. This led to confusing ASan warnings about potential false positives.

BUG=None
R=jln@chromium.org

Review URL: https://codereview.chromium.org/829483002

Cr-Commit-Position: refs/heads/master@{#309688}
sandbox/linux/services/syscall_wrappers.cc