| commit | 531f95f4bebccee41a0ffc89acd65dcc548ac05a | [log] [tgz] |
|---|---|---|
| author | Vladislav Kaznacheev <kaznacheev@google.com> | Mon Mar 18 16:29:37 2019 |
| committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 18 16:29:37 2019 |
| tree | 472a6f35a408a85acec416db4b5909aaf5153534 | |
| parent | 1e88d00db1d8555ecbf9b443303b5def4c6507f2 [diff] |
Fix crash in app_list::LauncherSearchProvider::SetSearchResults A raw pointer to LauncherSearchProvider is passed to launcher_search_provider::Service::OnQueryStarted and might be used after LauncherSearchProvider is deleted while the query is being processed. Cancelling the currently running query from LauncherSearchProvider destructor fixes the problem. Bug: 921783 Test: manual, steps in bug Change-Id: If624a2841c62197041ee2fb9b6e11e6f056afabc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526534 Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Vladislav Kaznacheev <kaznacheev@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#641639}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .