commit | 8bfa91a169ea0c4ffc7c100c3922992482733dbf | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <[email protected]> | Tue Jun 01 14:08:01 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jun 01 14:08:01 2021 |
tree | 671d60bbd3852f9c51df396fcf66cd7908506ead | |
parent | d708fecf3a0a1d7439db2fce566e617024750ea2 [diff] |
Fix potential use-after-move in //components/os_crypt/ Fix the potential scenario in which the already-moved-from variable could be used again in key_storage_linux.cc. The problem was found by the clang-tidy bugprone-use-after-move diagnostics: key_storage_linux.cc:186: 'application_name' used after it was moved key_storage_linux.cc:173: move occurred here Bug: 1122844 Change-Id: Idb6ad5ae353c6ddd5192ae05f750ff59255a46e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2929176 Reviewed-by: Christos Froussios <[email protected]> Commit-Queue: Christos Froussios <[email protected]> Auto-Submit: Maksim Ivanov <[email protected]> Cr-Commit-Position: refs/heads/master@{#887953}
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.