| commit | c91fda09bebc27f023570330dc856551325e15c6 | [log] [tgz] |
|---|---|---|
| author | Elias Homsi <eliashomsi@google.com> | Thu Jul 03 15:08:47 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 03 15:08:47 2025 |
| tree | 261fdbc6d45b31ba187ac5448ba9c0e211b447f2 | |
| parent | 05c07222bce164e3fee5e1f1a700d29867c4ab5c [diff] |
Fix memory heap-use-after-free on linux_chromium_asan_rel_ng in test The TestContentAnalysisInfo was getting destroyed before the PrintRequestHandler. It needs to remain valid until the handler is done running. I was not able to verify my theory since when running the test with is_asan = true, I get "too many open files issue" Change-Id: I33511bba2bbbb0537b7cc79c0cb190d38cf918ec Bug: 418743299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6700290 Auto-Submit: Elias Homsi <eliashomsi@google.com> Reviewed-by: Nancy Xiao <nancylanxiao@google.com> Commit-Queue: Nancy Xiao <nancylanxiao@google.com> Reviewed-by: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1482282}
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.