| commit | 003e6ac524e19c36601f64d87f1b0c75b5aa50d5 | [log] [tgz] |
|---|---|---|
| author | Mark Mentovai <mark@chromium.org> | Tue Oct 14 13:03:50 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 14 13:03:50 2025 |
| tree | 6d0c66c7132136d5add0bcf5cb206e24cb0ef0fc | |
| parent | fdf5d04649b2274d4d16b09c24e573b5821df9f7 [diff] |
net, apple: limit bogus `send` return value workaround to OS < 26.1 The bug underlying FB19384824 is fixed in macOS and iOS 26.1b2, and is expected to be a part of the upcoming 26.1 OS releases. Don’t perform the workaround for those newer OS versions. When the minimum runtime OS version advances beyond 26.1 (years from now), the workaround will be disabled at compile time. Until then, the workaround is disabled at runtime based on the running OS version. Bug: 40064248 Change-Id: I657adf030e1c210ccdc01945d437dc19c53f39a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7037915 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1529466}
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.