mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-21 07:41:54 -04:00
Fixes tailscale/corp#19558 A request for the suggested exit nodes that occurs too early in the VPN lifecycle would result in a null deref of the netmap and/or the netcheck report. This checks both and errors out. Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>