Description
When dealing with multipart 7z files, it may occur that the start header is invalid (all zeros) - see https://www.7-zip.org/recover.html, section "There is no correct End Header at the end of archive". This can happen if the first part of the file is moved while the overall operation hasn't finished yet (the start header is written as very last step).
Detect a missing start header (all bytes are zero) and try to guess the end header.
Attachments
Issue Links
- links to