[roll] Roll fuchsia [clang] Avoid tripping UBSAN on unaligned access in memcpy UBSan now diagnoses errors from unaligned loads and stores in compiler builtins, like memcpy. This patch works around that by casting to `std::byte*`, which should satisfy any alignment requirements. Original-Bug: 135222 Original-Bug: 135405 Original-Bug: 135352 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/933517 Original-Revision: 4dddc07efc2bba24c382126e71ddfdd052dd0273 GitOrigin-RevId: 646b087aa1b4ff9ad40a07bb8e42c78d8d4a147c Change-Id: I34d159c37d0ff8df58beba64cfd2f4a9e9a0acd0
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.