[roll] Roll fuchsia [packet] Fix options parsing bug

Previously, when parsing an options format with a multi-byte kind field,
if we encountered a partial kind field (e.g., 1 byte where 2 are
expected), we would spuriously treat this as equivalent to having 0
bytes left. This commit fixes that bug and adds a test for it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/741465
Original-Revision: fd50551ba114eae1be526a567adbe73279873b6a
GitOrigin-RevId: 57dd4b9898df4c7b23625419659229623f04e96c
Change-Id: I9ed338b37f4f616e058a6ef909d81531f921da84
1 file changed
tree: 17ef7609d534afa11f03c49403e4e6fdfc356d5d
  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.