mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 17:30:09 +08:00
542306626d
After b10d9118dea4, the MemoryListStream was moved from its preferred position as the last stream in the file to precede user minidump streams, in an effort to prevent it from being preempted by a user minidump stream that specified the memory list stream’s type. A better solution, which keeps all streams where they want to be, is to put the MemoryListStream at the end, put user streams before it, and omit user streams that purport to be a MemoryListStream. Bug: crashpad:171 Change-Id: I6974fbd4c9ec67284f86c593c553af7adf73601b Reviewed-on: https://chromium-review.googlesource.com/456823 Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org>