]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
tun: make NativeTun.Close well behaved, not crash on double close
authorBrad Fitzpatrick <bradfitz@tailscale.com>
Thu, 18 Feb 2021 22:53:22 +0000 (14:53 -0800)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 22 Feb 2021 14:26:29 +0000 (15:26 +0100)
commit0f4809f366daa77c6e2f5b09d3f05771fe9bf188
tree51fcba51b8d65b559e4ac2da16bd045ec8b6d730
parentfecb8f482ad8bc4d56fa6202fe15d2a221d0dbe5
tun: make NativeTun.Close well behaved, not crash on double close

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
tun/tun_darwin.go
tun/tun_freebsd.go
tun/tun_linux.go
tun/tun_openbsd.go
tun/tun_windows.go