79b56857033571af42e049c2178831766150c3dd
We were leaking the temporary directory that we create in TarFilter, because the "tmpDir, err := ioutil.TempDir()" call overrides the tmpDir in the outer scope with a new locally scoped variable. This means tmpDir is always "" when the cleanup function is called. Also, we did not call the atExit() function if CmdStream had an error early on. On errors in CmdStream(), Upstream-commit: 0aee096fd73676e2548e3bf132770f1692ac47dd Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%