[
https://issues.apache.org/jira/browse/COMPRESS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489917#comment-17489917
]
nick allen commented on COMPRESS-605:
-------------------------------------
Yes, it's caused by ApkSigningBlock of apk, actully common-compress tried to
handle that case but failed to detect this specific case. Sorry to not being
able to submit a PR, I am overwhelmed by my work currently.....
> Failed to parse Non-zip64 signed apk with data descriptor
> ---------------------------------------------------------
>
> Key: COMPRESS-605
> URL: https://issues.apache.org/jira/browse/COMPRESS-605
> Project: Commons Compress
> Issue Type: Bug
> Components: Archivers
> Affects Versions: 1.21
> Reporter: nick allen
> Priority: Major
>
> I can't upload my apk due to security policy of my company, but I do find
> where the problem lies.
> In
> org.apache.commons.compress.archivers.zip.ZipArchiveInputStream#readDataDescriptor
> we check whether following bytes are signaures to determine whethere size is
> 8 bytes or 4 bytes. Because what following is apk signing block so it will
> always thought "size" takes 8 bytes.
> So (4 + 4 = 8) extra bytes were read. Which leading to
> org.apache.commons.compress.archivers.zip.ZipArchiveInputStream#isApkSigningBlock
> also return false.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)