Ticket #3934 (new defect)

Opened 6 years ago

Last modified 3 years ago

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

comment:1 Changed 6 years ago by birdie

A lot of python applications/libraries are distributed this way:

https://docs.python.org/3/library/zipapp.html#the-python-zip-application-archive-format

comment:2 Changed 5 years ago by zaytsev

  • Milestone changed from 4.8.22 to 4.8.23

comment:3 Changed 5 years ago by zaytsev

  • Milestone changed from 4.8.23 to 4.8.24

comment:4 Changed 4 years ago by zaytsev

  • Milestone changed from 4.8.25 to 4.8.26

comment:5 Changed 3 years ago by zaytsev

  • Milestone changed from 4.8.26 to 4.8.27

comment:6 Changed 3 years ago by andrew_b

  • Milestone changed from 4.8.27 to Future Releases
Note: See TracTickets for help on using tickets.