[roll] Roll fuchsia [checksum] Fix handling of trailing byte

Handle the trailing byte first, rather than last. Because Internet
Checksums use 16-bit 1s complement arithmetic, the trailing byte needs
to occupy the high-order bits.

Original-Original-Fixed: 515774797
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1636415
Original-Original-Revision: e7996ea74fd8e90a10c14a199970d37465f165b5
GitOrigin-RevId: 109278da44747ba65cfc77a2937afb2dc7f2976a
Change-Id: If43aef5e6aba0993ab3a48888493f4158600b8f1
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1640085
Cr-Commit-Position: refs/heads/main@{#194162}
1 file changed
tree: 7ac3be505aaefcc762d9a206b913e058140e43f5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.