You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Jonathan Nobels 5ea559cd34 ipn/ipnlocal: fix null dereference for early suggested exit node queries
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>
6 months ago
..
conffile
ipnauth
ipnlocal ipn/ipnlocal: fix null dereference for early suggested exit node queries 6 months ago
ipnserver ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker 6 months ago
ipnstate ipn/ipnlocal: populate peers' capabilities (#11365) 7 months ago
localapi ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker 6 months ago
policy
store ipn/store: omit AWS & Kubernetes support on 'small' Linux GOARCHes 7 months ago
backend.go ipn: remove unused Options.LegacyMigrationPrefs 7 months ago
conf.go cmd/k8s-operator,ipn/conf.go: fix --accept-routes for proxies (#11453) 8 months ago
doc.go
ipn_clone.go ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to zero the ExitNodeID (#11681) 7 months ago
ipn_test.go
ipn_view.go ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to zero the ExitNodeID (#11681) 7 months ago
prefs.go all: use Go 1.22 range-over-int 7 months ago
prefs_test.go all: use Go 1.22 range-over-int 7 months ago
serve.go all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capver 89] 7 months ago
serve_test.go
store.go ipn: add comment about thread-safety to StateStore 8 months ago
store_test.go