Opened 5 years ago
Last modified 5 years ago
#15806 new bug
package produce invalid HPKG file when archiving large folder with a lot of files — at Initial Version
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev53967.
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
.
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.
Note:
See TracTickets
for help on using tickets.