[roll] Roll fuchsia [dhcp-client] Switch to BString

Reland of I147d3e44b481dfb78893dfdc2dc498aeab9bd261.
Reason for Reland: The newly failing ANVL test was previously passing on
false pretenses. Instead, I've marked the test as expected to fail.

Original Commit Message:

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/+/1529538
Original-Revision: de3fe1fa8180e872cb244913f38b0dccafc412da
GitOrigin-RevId: 5eb89c29c2d68a6035e2d22876e66ae9fb192a84
Change-Id: I12f0bf482d6de6bb8a93b75aade063b0f3211b9c
1 file changed
tree: ce132b786321909f6e97facd659bb29f93bdd712
  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.