[roll] Roll fuchsia [mdns] fix target names in service instances

A bug in InstanceResponder was producing bad target names when
publishing local service instances for consumption by local
InstanceRequestors and ServiceInstanceResolvers. There was an
attempt to remove the trailing ".local." from the local host
name. That code used sizeof where it should have used .size().
It also shouldn't have been trying to remove the suffix.

In addition, some ServiceInstances were being generated with
full target names and others with simple target names. All
ServiceInstance target names are now simple host names.

Test: existing unit tests adjusted to test for regression

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710488
Original-Revision: bd3f3cb03f5350febb4926e51bb7cd6c5db99d02
GitOrigin-RevId: 75001246d150948e47d03def9a2ddd394e1fb2c7
Change-Id: If6011155cbe69912a919aaff40ea5f19f283af86
1 file changed
tree: 8da4476abf5bd858ff8a54694fe5142a67c42fcc
  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.