| Index: breakpad/linux/minidump-2-core.cc
|
| ===================================================================
|
| --- breakpad/linux/minidump-2-core.cc (revision 25382)
|
| +++ breakpad/linux/minidump-2-core.cc (working copy)
|
| @@ -420,7 +420,7 @@
|
| CrashedProcess::Mapping mapping;
|
| const MDRawModule* rawmodule =
|
| (MDRawModule*) range.GetArrayElement(sizeof(uint32_t),
|
| - sizeof(MDRawModule), i);
|
| + MD_MODULE_SIZE, i);
|
| mapping.start_address = rawmodule->base_of_image;
|
| mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image;
|
|
|
|
|