diff options
| author | Nick Khyl <nickk@tailscale.com> | 2025-05-29 13:51:46 -0500 |
|---|---|---|
| committer | Nick Khyl <1761190+nickkhyl@users.noreply.github.com> | 2025-05-29 14:07:03 -0500 |
| commit | 4cccd15eeb13d5d7f8f831e5406a567b8f18378b (patch) | |
| tree | 19d38b3360fe56284af6c459a79018205e7f0c0c /control/controlhttp/controlhttpserver/controlhttpserver.go | |
| parent | dca4036a207b5f7edeb1d54cce30c7dfe1914499 (diff) | |
| download | tailscale-4cccd15eeb13d5d7f8f831e5406a567b8f18378b.tar.xz tailscale-4cccd15eeb13d5d7f8f831e5406a567b8f18378b.zip | |
ipn/ipnlocal: fix data race when accessing b.appConnector
The field must only be accessed while holding LocalBackend's mutex,
but there are two places where it's accessed without the mutex:
- (LocalBackend).MaybeClearAppConnector()
- handleC2NAppConnectorDomainRoutesGet()
Fixes #16123
Signed-off-by: Nick Khyl <nickk@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver/controlhttpserver.go')
0 files changed, 0 insertions, 0 deletions
