[roll] Roll third_party/pigweed pw_multibuf: Fix TrackingAllocatorWithMemory UAF Prior to this commit, TrackingAllocatorWithMemory had a use-after-free due to destroying the `mem_` field prior to the destruction of the parent class allocators which referenced `mem_` and which read from `mem_` in their destructors. This change resolves this issue by making the allocator that references `mem_` a field of TrackingAllocatorWithMemory that will be destroyed prior to `mem_`. Original-Fixed: b/307733567 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/177694 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: 65ab9e4fde35275ad7a045e0da6e3342ef524cfc GitOrigin-RevId: 1424f5cdd8a0e0a119b4d9c7a5c32c33857fdf08 Change-Id: I3556ea72f02620e1b12472a8d1dbc45ce23adc85
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.