commit | 73b890cb81595a020291ce5b84e86eb00c053991 | [log] [tgz] |
---|---|---|
author | Paul Kirth <paulkirth@fuchsia.infra.roller.google.com> | Wed Nov 15 20:55:15 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 15 12:58:24 2023 -0800 |
tree | 3aed4f8a1529f23d712588e1b542fc211c3bd32c | |
parent | ee1f447dc6891ce839a6385a6a191a71c3c1e097 [diff] |
[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
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
.