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

Unified Diff: syzygy/instrument/transforms/asan_transform.cc

Issue 2576003002: Add the ability to defer the initialization of the SyzyAsan crash reporter. (Closed)
Patch Set: Fix comments. Created 3 years, 11 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/common/asan_parameters_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/instrument/transforms/asan_transform.cc
diff --git a/syzygy/instrument/transforms/asan_transform.cc b/syzygy/instrument/transforms/asan_transform.cc
index 4ea153b1ef0faff70745901f9eb5ad3a32112ab6..598a006cd31cc1f66e9fb7e67a5740e69c4841f4 100644
--- a/syzygy/instrument/transforms/asan_transform.cc
+++ b/syzygy/instrument/transforms/asan_transform.cc
@@ -1678,7 +1678,7 @@ bool AsanTransform::PeInjectAsanParameters(
params_block->CopyData(fparams.data().size(), fparams.data().data());
// Wire up any references that are required.
- static_assert(14 == common::kAsanParametersVersion,
+ static_assert(15 == common::kAsanParametersVersion,
"Pointers in the params must be linked up here.");
block_graph::TypedBlock<common::AsanParameters> params;
CHECK(params.Init(0, params_block));
« no previous file with comments | « syzygy/common/asan_parameters_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698