[roll] Roll fuchsia [pbus] Fix use after free

The sys device would sometimes refer to a platform bus device which was freed after bus->Init()
failed. This change ensures it's only set if the platform bus device was initialized successfully.

Original-Bug: 88297
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/622762
Original-Revision: 45db3521304d0336440757b67e9e6693fe03dba9
GitOrigin-RevId: c09f6f042eb0777c83d5ea5df47976d6dd0babf6
Change-Id: I876b903a8540b7508d814408ce4cef447c571fa5
1 file changed
tree: d172f94df4c3b976772d3d856df9a7d2aaba67c4
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.