containerd/cmd
Stephen J Day 2e0c92b168
cmd/dist/fetch: address subtle concurrency bug
When using the fetcher concurrently, the loop modifying the closed
`base` parameter was causing urls from different digests to be returned
randomly. We copy the the value and then modify it to make it work
correctly.

Luckily, we are using content addressable storage or this would have
been undetectable.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-02-24 18:31:26 -08:00
..
containerd Merge pull request #561 from stevvooe/correct-versioning 2017-02-22 13:48:05 -08:00
containerd-shim Load runtimes dynamically via go1.8 plugins 2017-02-21 16:29:46 -08:00
ctr Merge pull request #565 from ijc25/execution-service-get-container-info 2017-02-24 13:37:18 -08:00
ctrd-protobuild Remove bundles from API 2017-02-15 13:56:41 -08:00
dist cmd/dist/fetch: address subtle concurrency bug 2017-02-24 18:31:26 -08:00
protoc-gen-gogoctrd cmd/protoc-gen-gogoctrd: turn off GoString generation 2017-02-15 13:37:48 -08:00