wireguard-go-awg2-lx/tun
James Tucker 2f6748dc88
tun: fix crash when ForceMTU is called after close
Close closes the events channel, resulting in a panic from send on
closed channel.

Reported-By: Brad Fitzpatrick <brad@tailscale.com>
Link: https://github.com/tailscale/tailscale/issues/9555
Signed-off-by: James Tucker <james@tailscale.com>
2023-09-29 15:32:58 -07:00
..
netstack go.mod,tun/netstack: bump gvisor 2023-09-29 15:07:45 -07:00
testdata/fuzz/Fuzz_handleGRO conn, device, tun: implement vectorized I/O on Linux 2023-03-10 14:52:17 +01:00
tuntest all: rename module (#7) 2023-09-27 15:03:39 -07:00
alignment_windows_test.go global: bump copyright year 2023-02-07 20:39:29 -03:00
checksum.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_amd64.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_amd64_test.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generated_amd64.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generated_amd64.s tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generic.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_generic_test.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
checksum_test.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
errors.go tun: replace ErrorBatch() with errors.Join() 2023-03-17 15:18:04 +01:00
generate_amd64.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
operateonfd.go global: bump copyright year 2023-02-07 20:39:29 -03:00
tcp_offload_linux.go tun: AMD64 optimized checksum 2023-09-29 15:32:57 -07:00
tcp_offload_linux_test.go go.mod,tun/netstack: bump gvisor 2023-09-29 15:07:45 -07:00
tun.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_darwin.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_freebsd.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_linux.go all: rename module (#7) 2023-09-27 15:03:39 -07:00
tun_openbsd.go global: buff -> buf 2023-03-13 17:55:53 +01:00
tun_windows.go tun: fix crash when ForceMTU is called after close 2023-09-29 15:32:58 -07:00