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

Unified Diff: syzygy/agent/asan/unittest_util.h

Issue 2363733003: Make syzyasan_rtl compile in 64 bit (Closed)
Patch Set: Nits. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/agent/asan/shadow_unittest.cc ('k') | syzygy/agent/asan/unittest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/unittest_util.h
diff --git a/syzygy/agent/asan/unittest_util.h b/syzygy/agent/asan/unittest_util.h
index f1181e60c4e550119e33f16ef6d514f65458d345..43487245618651c97752fef814c84be30d10aaf6 100644
--- a/syzygy/agent/asan/unittest_util.h
+++ b/syzygy/agent/asan/unittest_util.h
@@ -132,6 +132,9 @@ class TestWithAsanLogger : public OnExceptionCallbackTest {
// Value of the logger instance environment variable before SetUp.
std::string old_logger_env_;
+ // Value of the asan options environment variable before SetUp.
+ std::string old_asan_options_env_;
+
// Redirection files for the logger.
base::ScopedFILE logger_stdin_file_;
base::ScopedFILE logger_stdout_file_;
« no previous file with comments | « syzygy/agent/asan/shadow_unittest.cc ('k') | syzygy/agent/asan/unittest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698