commit | 9e15cdb35afac031c18961bb8970f997e4640c81 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Sun Jul 21 07:21:13 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Jul 21 00:22:46 2024 -0700 |
tree | 3a1ae8a9a7bf71a0c14233355036f2ea5fd1c3be | |
parent | 83ac39cfb9787bc54b0206680712a066cda1c78d [diff] |
[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Fix GPU 'printf' on strings with padding Summary: We get the `strlen` to know how much memory to allocate here, but it wasn't taking into account if the padding was larger than the string itself. This patch sets it to an empty string so we always add the minimum size. This implementation is slightly wasteful with memory, but I am not concerned with a few extra bytes here and there for some memory that gets immediately free'd. GitOrigin-RevId: 247c06653f8993b34a24c4073e9d08ba52adadbd Original-Revision: d9f700708e866628d74a01d9716ff7eed7919f8f Roller-URL: https://ci.chromium.org/b/8741821607133538369 CQ-Do-Not-Cancel-Tryjobs: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1086155 Original-Revision: 32003d219b120bb85160651a59025be9e026c946 Change-Id: I81a3328c7441bd230d3755bfa083d4942719af4e
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
.