[roll] Roll fuchsia [fidl][llcpp] Do not assume heap allocated ResponseContext

The ResponseContext classes is central to caller-allocated flavors of
async calls - although not yet used in production, it is possible to
allocate the bookkeeping state for an async method through ways
beside the heap (stack alloc, using allocator, etc.), thus performing
an entire async call without any heap allocation.

There is one place in llcpp_message.cc that assumes ResponseContexts are
always allocated on the heap, and tries to delete it on error. This CL
fixes that to properly release ownership by calling |OnError|.

Improved the documentation on the lifecycle and ownership of
ResponseContext.

TEST: added one in integration
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514113
Original-Revision: 01a97be133cc3b9581d017fa1c4ededec3a43c1f
GitOrigin-RevId: 9493ed436a7ac39ea0cd85f0826760f80ede7924
Change-Id: Iecbdc2d2b429b7436ea25646611d4952ea01b0c5
1 file changed
tree: 1ecddfc5fb977f3ce7f2bef3471b4ef9fe145fd5
  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.