summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/adapters/gonet/gonet.go
diff options
context:
space:
mode:
authorBhasker Hariharan <bhaskerh@google.com>2019-06-04 16:16:24 -0700
committerShentubot <shentubot@google.com>2019-06-04 16:17:24 -0700
commite0fb921205b79f401375544652e4de8077162292 (patch)
tree10e51ffa7d84894cf360076e4fa839c0f60bdcb7 /pkg/tcpip/adapters/gonet/gonet.go
parent7398f013f043cfe43b5fc615bd24b641df17e6bc (diff)
Fix data race in synRcvdState.
When checking the length of the acceptedChan we should hold the endpoint mutex otherwise a syn received while the listening socket is being closed can result in a data race where the cleanupLocked routine sets acceptedChan to nil while a handshake goroutine in progress could try and check it at the same time. PiperOrigin-RevId: 251537697
Diffstat (limited to 'pkg/tcpip/adapters/gonet/gonet.go')
0 files changed, 0 insertions, 0 deletions