mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-07 15:08:27 +01:00
Revert "Write adjusted range back to module"
This is no right fix, we shouldn't allow module overlap.
This reverts commit 4f417c8c0f.
BUG=606972
R=mark@chromium.org
Review URL: https://codereview.chromium.org/1976683004 .
Patch from Tao Bai <michaelbai@chromium.org>.
This commit is contained in:
parent
a84d4fc426
commit
a875991e73
2 changed files with 0 additions and 13 deletions
|
|
@ -382,11 +382,6 @@ class MinidumpModule : public MinidumpObject,
|
|||
|
||||
const MDRawModule* module() const { return valid_ ? &module_ : NULL; }
|
||||
|
||||
// This method is intented to handle the case on Android where the module
|
||||
// could overlap with ashmem, and is not supposed to be used in anywhere
|
||||
// else.
|
||||
void set_base_address_and_size(uint64_t base_address, uint64_t size);
|
||||
|
||||
// CodeModule implementation
|
||||
virtual uint64_t base_address() const {
|
||||
return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue