[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
1 file changed
tree: b6cb27c176d783c76b6e80d33b0c11e345a75b4d
  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.