mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-16 20:41:11 +08:00
44de18ca37
This change removes several unaligned accesses, as well a null pointer offset and an out of bounds array access. Bug: fuchsia:46805 Change-Id: I0110d0b7faf672655d978894b868760eee7b2988 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2583025 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
Name: Google Test
Short Name: googletest
URL: https://github.com/google/googletest/
Revision: See DEPS
License: BSD 3-clause
License File: googletest/googletest/LICENSE
Security Critical: no
Description:
Google Test (Google C++ Testing Framework) is Google’s framework for writing C++
tests on a variety of platforms. It includes Google Mock, an extension for
writing and using C++ mock classes.
Local Modifications:
None