[roll] Roll fuchsia [starnix] Prep for reads to uninitialized buffers

This change prepares Starnix to support reading user/restricted-mode
memory into uninitialized Starnix/normal-mode memory.

By default, rust will always make sure objects are properly initialized.
For byte buffers (arrays/`Vec`s), that means making sure that the buffer
is zero initialized. Often, this zero-initializing is unnecessary since
the buffer will be immediately written to, overwriting zero values.

Original-Bug: b/303711008
Cq-Include-Trybots: luci.fuchsia.try:core.arm64-cxx20,core.x64-cxx20,core.x64-debug,core.arm64-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/946614
Original-Revision: 482e5e3baedc71e8dc53003fd7a7d9f0506c7e2e
GitOrigin-RevId: 57078b2a1ab0537131968eefa9e59a4b5d4e1ed2
Change-Id: I0e3c0d8b7ac6bb5cd7a91da272a3aa82515fab46
1 file changed
tree: d84abc6eceb5bd302d0c5ed60a8bfe7b26960862
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.