]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Avoid deadlock when the mutex isn't required, since these are atomics
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 20 May 2018 03:55:52 +0000 (05:55 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 20 May 2018 04:29:21 +0000 (06:29 +0200)
commit5e924e540764ec64cdf19f9b146a3c398da4d240
tree8562b6e1e8c555f801608197229ef96e0a680ef8
parentb290cf05e3fce351fd44f99c4f01c201a060305a
Avoid deadlock when the mutex isn't required, since these are atomics

Maybe this fixes the "double lock issue" in
f73d2fb2d96bc3fbc8bc4cce452e3c19689de01e?
device.go