Justin Cohen 717b3c9e7b ios: Fix incorrect type in IOSIntermediateDumpReader::Parse.
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>
2021-11-05 00:53:03 +00:00
..
2021-09-21 15:09:44 +00:00
2021-10-13 21:23:34 +00:00
2021-10-25 14:42:24 +00:00
2021-09-21 15:09:44 +00:00
2021-09-21 15:09:44 +00:00
2021-10-13 21:23:34 +00:00
2021-09-21 15:09:44 +00:00