commit | c972169b7084c0b3307b1270db465695398f14c7 | [log] [tgz] |
---|---|---|
author | Xiaochen Zhou <xiaochenzh@chromium.org> | Wed Aug 28 14:46:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 28 14:46:23 2024 |
tree | 69dec9c6e7c6700b601e8c53508c8f3635c8d930 | |
parent | ef890ac090c8055df8c0dcec8706221d90a4ca6e [diff] |
Fenced frames: Fix DNS prefetch check crash when given host port pair and there is a NetworkAnonymizationKey. The current check on network status assumes the `host` is always `host->is_scheme_host_port() == true`. If the NetworkAnonymizationKey has a nonce, and the host is a host port pair instead of scheme host port, it will fail the check `CHECK(tag_ == Tag::kSchemeHostPort)` in `get_scheme_host_port()`. This CL will be merged back to M129. Bug: 359628054, 362675967 Change-Id: Ib5a18e5f9473fd32d830a4abc9c6a3af31edc5b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813013 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Xiaochen Zhou <xiaochenzh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1348003}
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.