mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 10:07:56 +08:00
a4d7fb4cc3
Placing a 32-bit pointer directly into a .quad results in either an unsupported relocation error at link time (ARM) or an inability to load the executable (x86). Also, only attempt to read a module's CrashpadInfo if an info address note was found. Change-Id: I053af3d77eed70af66248be88547656d2b29878a Reviewed-on: https://chromium-review.googlesource.com/922397 Reviewed-by: Scott Graham <scottmg@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>