[roll] Roll fuchsia [driver_runner] Fix potential UAF

fidl::DecodedMessage doesn't actually own any of the buffers, so a new
object which stores it alongside a fidl::IncomingToOutgoingMessage was
created for this purpose. This isn't an issue at the moment due to an
ongoing wire migration, but once that migration completes, the UAF will
appear.

Additionally, the fidl_incoming_msg_t was removed as it was an
unnecessary interlude as fidl::DecodedMessage has a constructor that
takes in a fidl::IncomingMessage.

Tested: fx test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/600047
Original-Revision: 843496d89a9fcabec3e0803e7f2f264d3b652f24
GitOrigin-RevId: d3c77a0a0c7fa297f0b36d0f81ef33c6fb6669e2
Change-Id: Iaac66cc25296314f89dd42ee343080c412708213
1 file changed
tree: 0cbd20fdeb46918be408c6aadc127a544f1e6aa6
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.