commit | 8b458fecc8c65f67b3eeb2b9eb345914381816f8 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Mon Jul 28 13:50:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 28 13:50:54 2025 |
tree | f6562b7f29505e1f3513549400433798df28e8d4 | |
parent | 29c2e6fcf09d2ec1f469729990216656c19d728e [diff] |
[Gemini/Span]: Fix content/browser/cache_storage/ Successfully fixed unsafe buffer usage in content/browser/cache_storage/cache_storage_cache.cc by replacing raw pointer iteration with index-based loops. This patch was generated by Gemini. Prompts made by @kuanhuang. See internal @chrome-memory-safety thread's message: https://groups.google.com/a/google.com/g/chrome-memory-safety/c/W0ax45Ipj_Q/m/LG8gBZ-eAwAJ Bug: 342213636 Change-Id: Ib6b20b0c52fcd2ef0ecc33222cd355ad6a011338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6791468 Commit-Queue: Ben Kelly <wanderview@meta.com> Reviewed-by: Ben Kelly <wanderview@meta.com> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1492773}
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.