[roll] Roll fuchsia [audio] Fix ADR device-already-controlled case

Plug a possible server-abuse issue in ControlCreator/Create
by immediately destructing the ControlServer, rather than
just allowing an eventual destruction by dropping its
shared references. This instance was created before we could
check whether the device (token_id) was already controlled.

Previously, a client could still interact with this invalid
zombie ControlClient for some interval before it eventually
disconnected. Behavior is now more deterministic; the client
drops immediately.

No behavior change outside this error path.

Original-Bug: b/307787998

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945564
Original-Revision: 2fd6000d7cc52ae1de8e70582bbe99cad6667629
GitOrigin-RevId: a3f0fdd9a8c47f04873dd55e8594bfb3b032ba47
Change-Id: Ic4f0745561e2c6b4d1496f0fb220d14394050b97
1 file changed
tree: 75a9a9f53a0e7604e00e13b65a2c1d91ea41e108
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.