DescriptionMEM_RESERVE regions are not accessible by ReadProcessMemory()
Sadly this code did not survive a collision with the real world. In
probing for the environment block there's a MEM_COMMIT region followed
directly by a MEM_RESERVE region (past the end of the environment
block).
Update region checker to correctly treat MEM_RESERVE as inaccessible.
R=mark@chromium.org
BUG=crashpad:20, crashpad:46, crashpad:59
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/ccd5ec6404be1e9843a17261d0c65dd6d620f50b
Patch Set 1 #
Total comments: 4
Patch Set 2 : add real-world test #
Total comments: 9
Patch Set 3 : . #Patch Set 4 : . #Patch Set 5 : . #
Total comments: 2
Patch Set 6 : . #Messages
Total messages: 8 (0 generated)
|