You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a bug in libarchive, but there is an easy workaround (and probably necessary too because we will be supporting affected versions of libarchive for some time), so we should try to come up with a C example that is demonstrates and submit it to libarchive project. But basically the reference encrypted .zip file that I created returns 0 / ARCCHIVE_OK from archive_read_data_block, whereas the regular reference tar returns ARCHIVE_EOF. The workaround is to check the buffer, if that is undef then and 0 was returned then treat as ARCHIVE_EOF.
uperl/Archive-Libarchive-Extract#2 (comment)
This may be a bug in Platypus or Archive::Libarchive
The text was updated successfully, but these errors were encountered: