commit | 80eddb7d09c9c7d16618107c778544ff1635ccd4 | [log] [tgz] |
---|---|---|
author | Jason Zhang <jiajunz@google.com> | Tue Dec 14 17:26:13 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 14 17:26:13 2021 |
tree | 07114e3f95e4c9181622bf71632a4f8f50ffc025 | |
parent | 8634ed04304c859b98e06f7c6feb77b474e03f6c [diff] |
[CrOS Network] Add checking if dbus object path is empty to avoid crash This CL adds a check in NetworkSmsHandler::DevicePropertiesCallback to make sure that the dbus object path from the returned device properties is not empty. Otherwise, it will cause a crash when constructing a new ModemManager1NetworkSmsDeviceHandler. Change-Id: Idec2a519f886cbea699d0847e77406b134fc1436 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3330697 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jason Zhang <jiajunz@google.com> Cr-Commit-Position: refs/heads/main@{#951544}
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.