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

This reverts commit 7e1bc9abae8f55c86e89e90405a728a1e22d1f16.

Reason for revert: This breaks DHCPD ANVL tests.

Original change's description:
> [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
> Change-Id: I086e425cbcbf20499a1e7adea8481dd850803c8c
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1521116
> Commit-Queue: Jeff Martin <martinjeffrey@google.com>
> Reviewed-by: Sergey Ulanov <sergeyu@google.com>

Original-Bug: 486855663
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1530855
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 1219439d19c953fbe10db5872deba60add053d47
GitOrigin-RevId: 6bee46207ee42b3ce38dcb98f54fb38c90f60968
Change-Id: Id8eac610783b04be1b643ee2273c492c4f53650e
1 file changed
tree: f9bac3f6fec4fee17c0f1057df70ac536fcb78ab
  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.