commit | f54b295f7b1516ba23b3714ba50a4251817d1e8a | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Tue Feb 15 00:02:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 15 00:02:44 2022 |
tree | bd64d4bdf4d99dc561ca5f92277ba891951f4ac3 | |
parent | fa756fb3eac6b5bcbedbac4cac7b783b2c0aae0e [diff] |
Speculative fix for crash in ReleaseColorSwapchainImages Adds a nullptr check for SharedImageInterface to speculatively fix a crash. If this does not resolve the issue, then there is likely an issue in the context_provider_ implementation, given that we hold the context_provider as a scoped_refptr and its validity is already checked. Fixed: 1295428 Change-Id: I67c055b44063c9fbcfae459353dc59424f477c44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3462056 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/main@{#970917}
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.