tailscale/cmd
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>
2022-04-07 19:03:18 -07:00
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 2021-07-19 15:31:56 -07:00
cloner all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
derper cmd/derper: add --stun-port flag 2022-03-08 07:19:33 -08:00
derpprobe all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
hello all: use strings.Cut even more 2022-03-19 13:02:38 -07:00
mkpkg cmd/mkpkg: use package flag (#4373) 2022-04-07 16:38:33 -04:00
printdep cmd/printdep: add flag to print out Go toolchain tarball URL 2022-01-06 08:44:17 -08:00
proxy-to-grafana cmd/proxy-to-grafana: fix package doc code snippet 2022-03-23 12:43:41 -07:00
speedtest cmd: upgrade to ffcli v3 2021-09-14 13:21:55 -07:00
tailscale cmd/tailscale: drop special exit code 125 for gokrazy 2022-04-06 06:21:44 -07:00
tailscaled go.mod: bump netstack for clone reset fix (#4379) 2022-04-07 19:03:18 -07:00
testcontrol all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
tsshd tempfork: temporarily fork gliderlabs/ssh and x/crypto/ssh 2022-03-26 21:07:01 -07:00