Changes between Initial Version and Version 1 of Ticket #15806
- Timestamp:
- May 16, 2020, 7:37:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15806 – Description
initial v1 1 1 This is hrev53967. 2 2 3 When creating HPKG file with `package create -0 -i /path/to/stub.PackageInfo /path/to/Package.hpkg` from folder with a lot of small files and total size about 10GB and then extracting with `package extract /path/to/Package.hpkg`, extraction fails with `Error: Malformed TOC strings section`.3 When creating HPKG file with `package create -0 -i /path/to/stub.PackageInfo /path/to/Package.hpkg` from folder with a lot of small files and total size about 10GB and then extracting with `package extract /path/to/Package.hpkg`, extraction fails with `Error: Malformed TOC strings section`. 4 4 5 5 If HPKG format has some limitation on file count, creation should fail instead of silently creating invalid HPKG. If there are no limitation, this is a bug and it should be fixed.