commit | 0ce8d27df9e1acd40b254d2d0eeab55427da75c8 | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Mon May 27 06:27:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 27 06:27:57 2024 |
tree | 6b468f0b40ca9e81e70d1e8d519dffcf5d7c9299 | |
parent | 59d89694397c961426fff8c1102b5e64da0d33e2 [diff] |
Remove DanglingUntriaged from QuicHttpStream::request_body_stream_. This field never actually dangled, but because it's copied from `HttpRequestInfo::upload_data_stream`, which used to dangle, the DanglingUntriaged pointer's incorrect assumption that any copied DanglingUntriaged pointer must also be DanglingUntriaged forced the dangling annotation. Anyhow, now that `HttpRequestInfo::upload_data_stream` is no longer annotation as dangling, we can remove the annotation from `QuicHttpStream::request_body_stream_` as well. Bug: 40212619 Change-Id: I70395d50fc610099375c01111cc7ec20b3007894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5568379 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1306281}
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.