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"
BUG=430156
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (1 generated)
|