Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle prepended data. #266

Merged
merged 1 commit into from Mar 21, 2016
Merged

Handle prepended data. #266

merged 1 commit into from Mar 21, 2016

Commits on Mar 21, 2016

  1. Handle prepended data.

    In some cases (crx files for example), data have been prepended but the
    offset didn't change: the previous version read 0 file, didn't check it
    and stopped.
    This version tries harder to recover from a bad offset. If/when we read
    0 file, we will throw an error.
    
    Other tools (unzip, 7zip, etc) handle that case, now JSZip too.
    
    Fix Stuk#265.
    dduponchel committed Mar 21, 2016
    Copy the full SHA
    b0e58c2 View commit details
    Browse the repository at this point in the history