commit | 0605944880138a54f58568433094b85cacc02955 | [log] [tgz] |
---|---|---|
author | Daniel Rubery <drubery@chromium.org> | Thu Oct 13 19:46:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 13 19:46:59 2022 |
tree | 3d896ae60adcb4614007a60c150f4d66c871ec20 | |
parent | c164858d6d7b8484ffd530709360d5aaed04cbdb [diff] |
Use shared permissions in BinaryFeatureExtractor::CheckSignature Since this happens on a separate thread from the main download inspection, if we timeout during this call, we want to be able to rename the file. This requires that we open the file with WIN_SHARE_DELETE permission. Bug: 1373679 Change-Id: I5b6b85bc8043723270d355b43af8bf7c6b7210cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3953096 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058885}
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.