[roll] Roll fuchsia [msd-vsi-vip] Fix use-after-free

HWASan was detecting use-after-frees in various msd-vsi-vip tests. Some
of these tests attempt to call `owner_->AddressSpaceReleased(this)` on
an AddressSpace::Owner, but due to the dtor order in individual tests,
the owner will get destroyed/freed first before the owner of the
shared_pointer<AddressSpace> would, which leads to the use-after-free.

This fixes the last failing test blocking the core.vim3-hwasan builder
from moving to CI.

Original-Fixed: 122261
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/813810
Original-Revision: f0797de08850679b259f6dea138f1d2bcf9c200f
GitOrigin-RevId: f75985e12a7c48c1b02fb449eb67db9562041ba3
Change-Id: I767660d6e73073d4b2d786930466b5e3a8cd665f
1 file changed
tree: d652be04c5dd0ec67ee1404b0445248755e1eb12
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.