78d7be4aebf7eced0e96618f0279f0b6f845c6f5
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> (cherry picked from commit 5846db10af9fb37061ab92a07c3d82fbea92b2e0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f660ef2c25590f21fdd10357c08a542a4876d6c3 Component: engine
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%