DescriptionAllow sanitizer coverage to create *.sancov files when sandboxed
Due to sandbox restrictions and for the sake of code simplicity, we have
to specify the directory in two environment variables:
SANITIZER_COVERAGE_DIR=XXX
and
ASAN_OPTIONS=coverage=1:coverage_dir="XXX"
This CL supercedes https://codereview.chromium.org/1113013003/
R=timurrrr@chromium.org,cpu@chromium.org
BUG=430156
Committed: https://crrev.com/e172214f4e0769bf82fb678930dd6e55009ff926
Cr-Commit-Position: refs/heads/master@{#329517}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use WriteInto #Messages
Total messages: 11 (2 generated)
|