[roll] Roll fuchsia [inspect] Fix FIDL TreeNameIterator/GetNext definition

Both the Rust and C++ implementations of this protocol were packing as
many elements as possible to reduce the number of IPCs. However, the
FIDL defintion was specifying a maximum size, which wasn't correct.

Per https://fuchsia.dev/fuchsia-src/development/api/fidl?hl=en#specify_bounds_for_vector_and_string we should have been using
the MAX constant.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/697005
Original-Revision: 78044c8cab7a5b36a2ebf2e5e0bb10c6da1eb8c3
GitOrigin-RevId: 848762ae44a569ea7bc9791a407c331790784063
Change-Id: If630562e00d391b3dd80c095e680b9edab802588
1 file changed
tree: 0c3e167e5bef62db68b6d2421b3b093fa3714043
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.