[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
1 file changed
tree: 7889ab318dd5b3470698ac7bb78674bbdb46b12f
  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.