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

Issue 2109063004: Updating MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.

Created:
4 years, 5 months ago by gsvelto
Modified:
4 years, 4 months ago
Reviewers:
Ted Mielczarek, ted mielczarek
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Updating MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure. The routines used to read from the structure were also modified to accomodate for unknown future versions by skipping over the unsupported part instead of failing.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -9 lines) Patch
M src/google_breakpad/common/minidump_format.h View 3 chunks +59 lines, -2 lines 0 comments Download
M src/processor/minidump.cc View 4 chunks +80 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
gsvelto
This patch updates the MDRawMiscInfo structure to include the fields from version 5 of the ...
4 years, 5 months ago (2016-06-30 08:38:57 UTC) #2
Ted Mielczarek
4 years, 4 months ago (2016-08-19 17:26:03 UTC) #3
LGTM. It would be nice to have some tests for the "larger than the largest known
misc info struct" case, but we don't have any existing tests for the misc info
reading, so I won't pin that on you.

Powered by Google App Engine
This is Rietveld 408576698