[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.