Message 343047 - Python tracker

Message343047

Author krnick
Recipients alter-bug-tracer, krnick
Date 2019-05-21.13:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558445359.8.0.626971076821.issue36988@roundup.psfhosted.org>
In-reply-to
Content
The following output throws error when using unzip -t 

$ unzip -t file0.zip

Output:

Archive:  file0.zip
:  mismatching "local" filename (zipfile_extract.pyUT^I),
         continuing with "central" filename version
    testing:                         
  error:  invalid compressed data to inflate
At least one error was detected in file0.zip.

It looks like the zip file is corrupted. Maybe we could add some detection mechanisms before extract it like unzip, for example, unsupported characters or file corrupted check.
History
Date User Action Args
2019-05-21 13:29:19krnicksetrecipients: + krnick, alter-bug-tracer
2019-05-21 13:29:19krnicksetmessageid: <1558445359.8.0.626971076821.issue36988@roundup.psfhosted.org>
2019-05-21 13:29:19krnicklinkissue36988 messages
2019-05-21 13:29:19krnickcreate