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/cmd/tailscaled
James Tucker 2550acfd9d
go.mod: bump netstack for clone reset fix (#4379)
In tracking down issue #4144 and reading through the netstack code in
detail, I discovered that the packet buf Clone path did not reset the
packetbuf it was getting from the sync.Pool. The fix was sent upstream
https://github.com/google/gvisor/pull/7385, and this bump pulls that in.
At this time there is no known path that this fixes, however at the time
of upstream submission this reset at least one field that could lead to
incorrect packet routing if exercised, a situation that could therefore
lead to an information leak.

Signed-off-by: James Tucker <james@tailscale.com>
4 years ago
..
childproc cmd/tailscaled/childproc: add be-child registration mechanism 4 years ago
debug.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
depaware.txt go.mod: bump netstack for clone reset fix (#4379) 4 years ago
install_darwin.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
install_windows.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
proxy.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
required_version.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 6 years ago
tailscaled.go all: remove "no 1.18 support" failures 4 years ago
tailscaled.openrc tstest/integration/vms: use an in-process logcatcher (#2360) 4 years ago
tailscaled.service cmd/tailscaled: set StateDirectoryMode=0700 in tailscaled.service 4 years ago
tailscaled_bird.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
tailscaled_notwindows.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
tailscaled_test.go cmd/tailscaled: add a no-op test for profiling init-time memory allocs 4 years ago
tailscaled_windows.go cmd/tailscaled: make build fail nicely on older Go versions 4 years ago