mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-02 03:08:09 +08:00
48781dc182
The process start time in ticks was being converted to an integer from a temporary string that had gone out of scope by the time the conversion was performed. It was possible for a format error in /proc/pid/stat to go undetected and result in a buffer overflow. Bug: crashpad:30 Change-Id: I03566dda797bc1f23543bfffcfdb2c5ffe1eca66 Reviewed-on: https://chromium-review.googlesource.com/455378 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>