commit | 8c22a83f9aadd123d90dcd4ab88ed683aa834414 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Wed Feb 01 20:38:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 01 20:38:09 2023 |
tree | baa04f2925c0ad12249380c919afb213053e0d70 | |
parent | 9e923967b76b718911e2cfac4bab0f5aeefa0f40 [diff] |
Avoid some raw_ptrs in bpf_dsl_seccomp_unittest.cc Instead, convert to std::unique_ptr<> and avoid some bare `delete` calls, and avoid dangling pointer warnings in the process. -- Generally modernize the code while at it. Bug: 1401495 Change-Id: I423c661bdc89193fe7562556b9b7db3162a6540c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4210597 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1100050}
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.