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

Issue 149273: Initialize the age field in Linux Breakpad. (Closed)

Created:
11 years, 5 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Initialize the age field in Linux Breakpad. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20079

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M breakpad/linux/minidump_writer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Lei Zhang
I think this should fix the miss symbols in crash dumps due to garbage value ...
11 years, 5 months ago (2009-07-07 20:13:37 UTC) #1
agl
LGTM http://codereview.chromium.org/149273/diff/1/2 File breakpad/linux/minidump_writer.cc (right): http://codereview.chromium.org/149273/diff/1/2#newcode557 Line 557: *cv_ptr = 0; // Set age to ...
11 years, 5 months ago (2009-07-07 21:05:29 UTC) #2
Lei Zhang
11 years, 5 months ago (2009-07-07 21:09:44 UTC) #3
http://codereview.chromium.org/149273/diff/1/2
File breakpad/linux/minidump_writer.cc (right):

http://codereview.chromium.org/149273/diff/1/2#newcode557
Line 557: *cv_ptr = 0;  // Set age to 0 on Linux.
On 2009/07/07 21:05:29, agl wrote:
> memset(cv_ptr, 0, sizeof(uint32_t))?
> 
> You're setting a single byte, but then skipping four.

Done, with my_memset().

Powered by Google App Engine
This is Rietveld 408576698