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

Unified Diff: client/crashpad_info.cc

Issue 1355503005: win: Make reading CrashpadInfo work across bitness (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 3 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 | « client/crashpad_info.h ('k') | snapshot/snapshot_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_info.cc
diff --git a/client/crashpad_info.cc b/client/crashpad_info.cc
index cd6daf90be170751f0978c26f2b9580e1479ddac..596f3491c11a306e31d3ec797d25197b0108a76e 100644
--- a/client/crashpad_info.cc
+++ b/client/crashpad_info.cc
@@ -99,7 +99,13 @@ CrashpadInfo::CrashpadInfo()
crashpad_handler_behavior_(TriState::kUnset),
system_crash_reporter_forwarding_(TriState::kUnset),
padding_0_(0),
- simple_annotations_(nullptr) {
+ simple_annotations_(nullptr)
+#if !defined(NDEBUG) && defined(OS_WIN)
+ ,
+ invalid_read_detection_(0xbadc0de)
+#endif
+{
+
}
} // namespace crashpad
« no previous file with comments | « client/crashpad_info.h ('k') | snapshot/snapshot_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698