mirror of https://github.com/tailscale/tailscale/
derp/derphttp: fix nil pointer dereference when closing a netcheck client
NewNetcheckClient only initializes a subset of fields of derphttp.Client, and the Close() call added by #5707 was result in a nil pointer dereference. Make Close() safe to call when using NewNetcheckClient() too. Fixes #5919 Signed-off-by: Mihai Parparita <mihai@tailscale.com>pull/5926/head
parent
4ec6d41682
commit
b2855cfd86
Loading…
Reference in New Issue