[roll] Roll fuchsia [clang][nand] Fix UBSAN errors from unaligned access UBSAN now emits errors for unaligned access to memory builtins, like memcpy, memset, and memmove. Its unfortunate, that this has historically been the canonical way to have users handle unaligned access (e.g. by using memcpy to load the value into a well aligned local variable). The workaround to satisfy the new requirement is to cast the source address to a type with suitable alignment, like `std:byte*`. Original-Fixed: 136364 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/947355 Original-Revision: 8f2ff9d208404ec489a2ada11d1dd78e52e3da93 GitOrigin-RevId: cee56539a92d9782d9cd20cc4920c15303f1d4ff Change-Id: I4b241e28244745e4844ae2acf9297a6d414dac14
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.