[roll] Roll fuchsia [dhcp-client] Switch to BString Rust strings use UTF-8 encoding, however the `sname` and `file` fields in DHCP Messages are strings of unspecified encodings. The only requirement imposed by the RFC on these strings is that they are null terminated. Swap their backing type from `String` to `BString`. While here, ensure that that any string we serialize will always be null terminated on the wire. This is a defensive strategy, in case any peer expects the data to always be null terminated. Original-Bug: 486855663 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1521116 Original-Revision: 7e1bc9abae8f55c86e89e90405a728a1e22d1f16 GitOrigin-RevId: 3ec9c582a9fa8e148263a203cefccbcbc2e01c16 Change-Id: I75ab192d76b029fa2ce8cc9761768be26f046150
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 in one of the communication channels documented at get involved.
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.