Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 1113013003: Allow sanitizer coverage to create *.sancov files when sandboxed (Closed)

Created:
5 years, 7 months ago by Timur Iskhodzhanov
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, rickyz+watch_chromium.org, Reid Kleckner, inferno
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow 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
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M content/common/sandbox_win.cc View 3 chunks +19 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (1 generated)
Timur Iskhodzhanov
Hi Carlos, Justin, Can you please review tshi small change? See https://code.google.com/p/chromium/issues/detail?id=430156#c11 for the rationale. ...
5 years, 7 months ago (2015-04-30 14:25:47 UTC) #2
cpu_(ooo_6.6-7.5)
looks good, one issue: https://codereview.chromium.org/1113013003/diff/1/content/common/sandbox_win.cc File content/common/sandbox_win.cc (right): https://codereview.chromium.org/1113013003/diff/1/content/common/sandbox_win.cc#newcode369 content/common/sandbox_win.cc:369: .Append(L"*.sancov"); use the native environment ...
5 years, 7 months ago (2015-05-01 17:18:58 UTC) #3
Timur Iskhodzhanov
Which one should I use? пт, 1 мая 2015, 20:19, <cpu@chromium.org>: > looks good, one ...
5 years, 7 months ago (2015-05-01 18:01:15 UTC) #4
cpu_(ooo_6.6-7.5)
https://msdn.microsoft.com/en-us/library/windows/desktop/ms683188%28v=vs.85%29.aspx
5 years, 7 months ago (2015-05-04 16:53:36 UTC) #5
Timur Iskhodzhanov
You probably mean ::GetEnvironmentVariableA specifically?
5 years, 7 months ago (2015-05-04 18:25:13 UTC) #6
cpu_(ooo_6.6-7.5)
5 years, 7 months ago (2015-05-05 21:02:42 UTC) #7
no, that is what I am trying to avoid. On windows base::FilePath is wchar_t (16
bits) which is what GetEnvironmentVariable gives.

Powered by Google App Engine
This is Rietveld 408576698