[google-breakpad] r967 committed - Initialize a CustomClientInfo variable. (Coverity)...

9 views
Skip to first unread message

google-...@googlecode.com

unread,
May 15, 2012, 6:33:40 PM5/15/12
to google-br...@googlegroups.com
Revision: 967
Author: the...@chromium.org
Date: Tue May 15 15:33:29 2012
Log: Initialize a CustomClientInfo variable. (Coverity)
Review URL: https://breakpad.appspot.com/390003
http://code.google.com/p/google-breakpad/source/detail?r=967

Modified:
/trunk/src/client/windows/crash_generation/crash_generation_client.cc

=======================================
--- /trunk/src/client/windows/crash_generation/crash_generation_client.cc
Mon May 7 14:31:31 2012
+++ /trunk/src/client/windows/crash_generation/crash_generation_client.cc
Tue May 15 15:33:29 2012
@@ -173,7 +173,7 @@
return false;
}

- CustomClientInfo custom_info;
+ CustomClientInfo custom_info = {NULL, 0};
ProtocolMessage msg(MESSAGE_TAG_UPLOAD_REQUEST, crash_id,
static_cast<MINIDUMP_TYPE>(NULL), NULL, NULL, NULL,
custom_info, NULL, NULL, NULL);
Reply all
Reply to author
Forward
0 new messages