[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
1 file changed
tree: 79c23213d5b2f21fc503f14a6e23c3b5ce697801
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.