mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
The race occurred in the `!p.Inbound()` case if `send()` did return an error. Write #1: in handle closure `rhs = msg` (goroutine) Write #2: `return nil, error` => `nil` is written to `rhs` (main thread) fixes ethersphere/go-ethereum#1160 |
||
|---|---|---|
| .. | ||
| accounting.go | ||
| accounting_api.go | ||
| accounting_simulation_test.go | ||
| accounting_test.go | ||
| protocol.go | ||
| protocol_test.go | ||
| reporter.go | ||
| reporter_test.go | ||