You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).
The text was updated successfully, but these errors were encountered:
hanwen-flow
added a commit
to hanwen-flow/containers-storage
that referenced
this issue
Feb 18, 2025
Previously, these would be swallowed, which runs the risk of
generating corrupted archives.
Fixescontainers#2243
Signed-off-by: Han-Wen Nienhuys <[email protected]>
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.).
The text was updated successfully, but these errors were encountered: