storage
storage copied to clipboard
archive.TarWithOptions swallows error
See https://github.com/containers/storage/blob/main/pkg/archive/archive.go#L1005
If something went wrong (eg. I/O error), this code happily continues. This has the potential to silently introduce corruption in applications of tar streams (eg. images, copies, snapshots etc.).