summaryrefslogtreecommitdiffhomepage
path: root/control/controlhttp/controlhttpserver/controlhttpserver.go
diff options
context:
space:
mode:
authorNick Khyl <nickk@tailscale.com>2025-05-29 13:51:46 -0500
committerNick Khyl <1761190+nickkhyl@users.noreply.github.com>2025-05-29 14:07:03 -0500
commit4cccd15eeb13d5d7f8f831e5406a567b8f18378b (patch)
tree19d38b3360fe56284af6c459a79018205e7f0c0c /control/controlhttp/controlhttpserver/controlhttpserver.go
parentdca4036a207b5f7edeb1d54cce30c7dfe1914499 (diff)
downloadtailscale-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