You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/28 20:22:00 UTC

[jira] [Work logged] (COMPRESS-497) Handle missing offset to end header in 7z

     [ https://issues.apache.org/jira/browse/COMPRESS-497?focusedWorklogId=335158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-335158 ]

ASF GitHub Bot logged work on COMPRESS-497:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Oct/19 20:21
            Start Date: 28/Oct/19 20:21
    Worklog Time Spent: 10m 
      Work Description: Skyr commented on pull request #85: COMPRESS-497 Handle missing endheader offset
URL: https://github.com/apache/commons-compress/pull/85
 
 
   Detect incomplete header (all zero bytes)
   Try to guess end header by trying to parse the file at the end
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 335158)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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: 10m
>  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)