commit | c936acefd6378974fa5f99c553922cf195a97084 | [log] [tgz] |
---|---|---|
author | Joseph Huber <jhuber6@fuchsia.infra.roller.vols.utk.edu> | Sun Sep 03 05:03:12 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Sep 02 22:04:48 2023 -0700 |
tree | bdf336fd13265f9de40fdca5176d61917e412db7 | |
parent | 9e574d35cbdfbcdc2e17c6fb43eee186887c0ca5 [diff] |
[roll] Roll llvm-project/libc [libc][fix] Fix buffer overrun in initialization of GPU return value Summary: The HSA API explicitly states that the size is a count of uint32_t's not a byte count. This was erroneously being used as a simple memcpy, causing some weird behaviour. Fix this by correctly passing `1` to initialize a single integer to zero. GitOrigin-RevId: 73f1f5cde75f538c93c95bc29f69b7afa37914ad Original-Revision: ba5e75663e7033e778c69fe515b757f24062b51d Change-Id: I033b54a78d02ba6dd743154676f1f21455d13c21
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
.