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

Unified Diff: syzygy/agent/asan/error_info.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 | « no previous file | syzygy/agent/asan/gen/system_interceptors.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/error_info.cc
diff --git a/syzygy/agent/asan/error_info.cc b/syzygy/agent/asan/error_info.cc
index 9bd8ab3c8a670dd6749088c86851bbfb4bf6e1a9..abf8a3bb788409ec46b07b6aa51f16057feaf357 100644
--- a/syzygy/agent/asan/error_info.cc
+++ b/syzygy/agent/asan/error_info.cc
@@ -661,7 +661,7 @@ void PopulateAsanParameters(const AsanErrorInfo& error_info,
// Any new parameter added to the parameters structure should also be added
// here.
- static_assert(14 == ::common::kAsanParametersVersion,
+ static_assert(15 == ::common::kAsanParametersVersion,
"Pointers in the params must be linked up here.");
crashdata::Dictionary* param_dict = crashdata::DictAddDict("asan-parameters",
dict);
« no previous file with comments | « no previous file | syzygy/agent/asan/gen/system_interceptors.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698