| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| bitswap | ||
| offline | ||
| reprovide | ||
| interface.go |
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>
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| bitswap | 正在载入提交数据... | |
| offline | 正在载入提交数据... | |
| reprovide | 正在载入提交数据... | |
| interface.go | 正在载入提交数据... |