[roll] Roll fuchsia [clang][drivers] 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: 136367
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/947472
Original-Revision: 9dd4d28e708c6d4dced70b6b4fd01d2aee6ff479
GitOrigin-RevId: 1a38d7f90c13864835e0952b94c023c850c6ee07
Change-Id: I8d4add7786d676bc90d43f9c049ba5f3af9b67ea
1 file changed
tree: 3aed4f8a1529f23d712588e1b542fc211c3bd32c
  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.