moby--moby/layer
Sergio Lopez 5846db10af layer/layer_store: ensure NewInputTarStream resources are released
In applyTar, if the driver's ApplyDiff returns an error, the function
returns early without calling io.Copy.

As a consequence, the resources (a goroutine and some buffers holding
the uncompressed image, the digest, etc...) allocated or referenced by
NewInputTarStream above aren't released, as the worker goroutine only
finishes when it finds EOF or a closed pipe.

Signed-off-by: Sergio Lopez <slp@redhat.com>
2018-12-21 09:30:09 +01:00
..
empty.go
empty_test.go
filestore.go
filestore_test.go
filestore_unix.go
filestore_windows.go
layer.go
layer_store.go layer/layer_store: ensure NewInputTarStream resources are released 2018-12-21 09:30:09 +01:00
layer_store_windows.go
layer_test.go
layer_unix.go
layer_unix_test.go
layer_windows.go Fix a typos in layer_windows.go 2018-11-18 18:45:06 +08:00
migration.go
migration_test.go
mount_test.go
mounted_layer.go
ro_layer.go
ro_layer_windows.go