[
https://issues.apache.org/jira/browse/COMPRESS-497?focusedWorklogId=337718&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-337718
]
ASF GitHub Bot logged work on COMPRESS-497:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Nov/19 16:21
Start Date: 02/Nov/19 16:21
Worklog Time Spent: 10m
Work Description: asfgit commented on pull request #85: COMPRESS-497
Handle missing endheader offset
URL: https://github.com/apache/commons-compress/pull/85
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 337718)
Time Spent: 50m (was: 40m)
> Handle missing offset to end header in 7z
> -----------------------------------------
>
> Key: COMPRESS-497
> URL: https://issues.apache.org/jira/browse/COMPRESS-497
> Project: Commons Compress
> Issue Type: Improvement
> Components: Archivers
> Reporter: Stefan Schlott
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)