[roll] Roll fuchsia [inspect] Cap string ref count and add automated rollback safety

- Cap string reference count to MAX_REFERENCE_COUNT (0xFFFFFF) and
  return Err(InvalidReferenceCount) on overflow.
- Introduce PendingStringReference RAII wrapper to automate rollback
  of string reference allocations on failure.
- Clean up manual rollback logic in state.rs using PendingValueBlock
  and PendingStringReference.
- Change unreachable! in delete_value parent check to return
  Err(Error::InvalidBlockType) to avoid panics.

Original-Original-Bug: 498631346
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1640521
Original-Original-Revision: 4aaef9900305a55b41b64f45c6bd80aaa950bedd
GitOrigin-RevId: 27b0ef849b1a2e278248ce639cc3dd68b3ec7cc4
Change-Id: I1b620c25c0cc364a5401edcdce4d22fd25d33016
1 file changed
tree: c01fb8d17acba5033559b08e2bbb40268b5f15d7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.