mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-11 21:02:39 +08:00
This code is currently racy due to an incorrect assumption that goal is never modified in-place, so does not require extra locking. This change makes the assumption correct. Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com> |
||
|---|---|---|
| .. | ||
| auto.go | ||
| controlclient_test.go | ||
| direct.go | ||
| filter.go | ||
| netmap_test.go | ||
| netmap.go | ||
| persist_test.go | ||