| commit | 3d55ab525051a47c707017a4c2072e8223c0571e | [log] [tgz] |
|---|---|---|
| author | Nick Brown <nickbrow@fuchsia.infra.roller.google.com> | Tue Aug 09 22:57:17 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 09 16:00:08 2022 -0700 |
| tree | 79c23213d5b2f21fc503f14a6e23c3b5ce697801 | |
| parent | 0c75f3e242cd8d67325b367fbbd10933c8619a42 [diff] |
[roll] Roll fuchsia [udp_serde] Fix copying from go slice to C array The previous code cast C arrays to reflect.SliceHeaders and then to byte slices. This only worked because the data pointer is the first member of SliceHeader, and it breaks on architectures that add padding. Instead, slice the C array and then cast between Go slice types. Multiply: udp_serde-gotests Original-Bug: 101570 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709786 Original-Revision: 13843acabf7704d8eeb2119593bdf0c312bc4536 GitOrigin-RevId: b4caf6b16d1a17688935a91846f276b66cb46cb2 Change-Id: I74b71a221966af0376667cc86f2771778a0d8430
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.