mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 07:14:10 +08:00
0d4438b2a5
One possible cause for this would be a register "pointing" to the edge of an inaccessible range. Having these zero-sized ranges doesn't break the minidump, but it causes a warning when opening in windbg. Also drop user-supplied zero-length memory ranges for the same reason. BUG=crashpad:104 Change-Id: I2c5acc54f04fb617806cecd87ac4ad5db93f3db8 Reviewed-on: https://chromium-review.googlesource.com/339210 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>