mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 02:37:53 +00:00
While working on #21592 we figured out that the the full VM File was loaded in memory when detecting the file format, but only a few bytes are needed. This commit address that. [NO NEW TESTS NEEDED] Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| compression_test.go | ||
| config.go | ||
| copy_test.go | ||
| decompress.go | ||
| generic.go | ||
| gzip.go | ||
| sparse_file_writer.go | ||
| sparse_file_writer_test.go | ||
| uncompressed.go | ||
| xz.go | ||
| zip.go | ||
| zstd.go | ||