[roll] Roll fuchsia [packet-formats] Correct UDP checksum updates

Anytime a checksum calculation results in "0", the checksum should be
changed to "0xFFFF" instead. This was done correctly when calculating
the checksum during serialization, but not handled when performing
partial checksum updates after modifying the packet.

Original-Fixed: 457269123
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1416654
Original-Revision: 7e962329bf36ec2f887e00738d441d378de5ede5
GitOrigin-RevId: 9daec0fe4145a0be4dbdaf766b2ed9914e091965
Change-Id: I655a56c0afbecfd92ad33fb77b78050f904cae5e
1 file changed
tree: 30239a70e1f73c3fd0390af7e93b1f67df6a8293
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.