commit | 10cebbdb5ecc2531b167ebf60495bd431b9bcb6c | [log] [tgz] |
---|---|---|
author | Vlad Tsyrklevich <vtsyrklevich@chromium.org> | Tue Oct 29 16:34:37 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 29 16:34:37 2019 |
tree | 3ec6413ae092d5ba0fd2b40870e32667b4ee32ed | |
parent | ddcc2ea6dbcbb833cf28fc9f17e145c4e90a6eca [diff] |
ui/gl: Deprecate use of base::ProtectedMemory base::ProtectedMemory is being deprecated because it's not widely used enough to make a security impact and justify its maintenance burden. Replace use of base::ProtectedMemory with raw function pointers and add an attribute to disable CFI-icall checking. Bug: 1018834 Change-Id: I0bc25d3a803c51a5d1d4c06d21925486393b1808 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884456 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#710366}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .