forked from cerc-io/plugeth
8dbf261fd9
In p2p/dial.go, conn.flags was accessed without using sync/atomic. This race is fixed by removing the access. In p2p/enode/iter_test.go, a similar race is resolved by writing the field atomically. Co-authored-by: Felix Lange <fjl@twurst.com> |
||
---|---|---|
.. | ||
idscheme_test.go | ||
idscheme.go | ||
iter_test.go | ||
iter.go | ||
localnode_test.go | ||
localnode.go | ||
node_test.go | ||
node.go | ||
nodedb_test.go | ||
nodedb.go | ||
urlv4_test.go | ||
urlv4.go |