DescriptionGet module versions and types from in-memory images
Don't call GetFileVersionInfo(), which calls LoadLibrary() to be able to
access the module's resources. Loading modules from the crashy process
into the handler process can cause trouble. The Crashpad handler
definitely doesn't want to run arbitrary modules' module initializer
code.
Since the VS_FIXEDFILEINFO needed is already in memory in the remote
process' address space, just access it from there.
BUG=crashpad:78
R=scottmg@chromium.org
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/5be8ce4ea0fe2345ce6c843c53432e07a22cca41
Patch Set 1 #
Total comments: 17
Patch Set 2 : Address review feedback #
Total comments: 1
Patch Set 3 : Address review feedback (2) #
Messages
Total messages: 10 (2 generated)
|