commit | 496cb36c40a0c510f03043bfa13434968da12d6b | [log] [tgz] |
---|---|---|
author | Greg Thompson <grt@chromium.org> | Tue Sep 15 14:24:17 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 15 14:24:17 2020 |
tree | 48a6b418eb095d84f089f410cafcaf40f63ff30a | |
parent | ac2fc982f491bf9307fa1de3aba3a1f6f9c20567 [diff] |
Launch external protocol handlers with C:\Windows\System32 as their CWD. This mitigates a potential DLL search order hijack for processes that don't implement their own mitigation. BUG=1126506 Change-Id: I26d88354c6b4f8ce42eab0a3ba49eca6313611fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410030 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#807014}
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 .
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.