kubo/exchange
Jeromy 71a699ca09 bitswap: fix a minor data race
race detector picked up a minor race condition, Since loop iteration
reuses the same local variable, its not safe to take its address and use
it concurrently. The fix is to rebind the variable into a controlled
scope (creating a new variable) and taking the address of that to pass
outwards.

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-04 03:33:00 -07:00
..
bitswap bitswap: fix a minor data race 2016-08-04 03:33:00 -07:00
offline use batching datastore for providers storage 2016-07-26 10:48:25 -07:00
reprovide use batching datastore for providers storage 2016-07-26 10:48:25 -07:00
interface.go Make blocks.Block an interface. 2016-05-05 18:02:11 -04:00