mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
size_t is written to intermediate dump properties, but the parser was reading off_t. off_t can go negative, which is a bad thing to pass to a std::vector constructor. Bug: crashpad:31 Change-Id: I52ebda0b29ece50d6d1cbc9064a70b2e221a4df1 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3261749 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>