Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible panic in libpod/image/prune.go
podman image prune paniced locally for me. The error handling was not done correctly and we could end up with a nil pointer dereference. [NO TESTS NEEDED] I have no idea how I could force an error in img.Size(). Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
- Loading branch information