[roll] Roll fuchsia [acpi] Fix use-after-free in CallDsm.

CallDsm was returning a pointer that was allocated by FIDL and freed
when the function returned. Avoid this by managing our own
request/response buffers and returning the response buffer in a
unique_ptr.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/553206
Original-Revision: 89369df51340f14bbd8e012237d21292a1acf139
GitOrigin-RevId: dbda676d6f1785c6a6f8fa2c0bb72414a30af134
Change-Id: I3bfb70125430660f0b4b863c54a921a77b6c3977
1 file changed
tree: 7eae428b0ab07b7c1cf32c74f82f4ff64615a928
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.