[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.