Ticket #3934 (new defect)
extfs.d/uzip should ignore unzip exit code
Reported by: | birdie | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Steps to reproduce.
$ touch test $ zip test.zip test $ echo "12345" > new.zip $ cat test.zip >> new.zip
new.zip is a valid zip archive with extra six bytes at the beginning. MC will fail to process it.
Change History
Note: See
TracTickets for help on using
tickets.
A lot of python applications/libraries are distributed this way:
https://docs.python.org/3/library/zipapp.html#the-python-zip-application-archive-format