zip-rs-wasm/tests/data
Nick Babcock 03613cb56e Fix capacity overflow on invalid zips reads
Preemptively allocating structures with the number of reported files can
lead to trouble as an invalid zip can still have a valid central
directory end that is fed into a `with_capacity` causing it to overflow.

This commit introduces a heuristic that will use the reported number of
files as long as the number is less than the cde offset.

Benchmarks were unaffected by this change.
2022-04-25 21:01:56 -05:00
..
aes_archive.zip test decryption of aes encrypted files 2022-01-25 22:07:53 +01:00
comment_garbage.zip add test for handling comment garbage 2020-08-19 18:53:58 +02:00
files_and_dirs.zip Fix CI test with --no-default-features failing. 2019-01-31 13:39:30 +01:00
invalid_cde_number_of_files_allocation_greater_offset.zip Fix capacity overflow on invalid zips reads 2022-04-25 21:01:56 -05:00
invalid_cde_number_of_files_allocation_smaller_offset.zip Fix capacity overflow on invalid zips reads 2022-04-25 21:01:56 -05:00
invalid_offset.zip Add regression test for #40 2017-07-05 21:36:47 +02:00
invalid_offset2.zip Fix overflow in directory counts of ZIP64 files 2020-08-10 21:22:49 -05:00
mimetype.zip Change default comment to String::new() and fixed tests 2020-06-21 12:38:36 -04:00
zip64_demo.zip Add a test for ZIP64 with leading junk. 2017-08-12 14:42:32 -04:00