commit | 8ac14e50f51480f7d22f421a30c6558f7051e476 | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Fri Jul 01 17:29:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 01 17:29:18 2022 |
tree | 6e737d21c41f5e82e26c4a98206ab5a1a7db0d14 | |
parent | 3991d3a1542ddcb6278ffa328ecbb6a627f58351 [diff] |
MTECheckedPtr: Un-rewrite select members Note: This CL introduces zero behavioral change, as MTECheckedPtr is not enabled by default for anybody. Before we can enable MTECheckedPtr for anybody, we need to pass CQ. To that end, we can't chase down every potential UaF surfaced by the unit tests (at least, not yet). This change un-rewrites various members (this CL is confined to /remoting) that cause various test suites to fail. The failing suites are named in the TODO line. This change will be undone when we conclude experimentation with MTECheckedPtr. This CL was uploaded by git cl split. R=jamiewalch@chromium.org Bug: 1298696 Change-Id: I921415b574a2fd9750d4ba93d5e567384bb5d056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3739104 Auto-Submit: Kalvin Lee <kdlee@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020145}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.