zip-rs-wasm/tests
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
..
data Fix capacity overflow on invalid zips reads 2022-04-25 21:01:56 -05:00
aes_encryption.rs add and use AES associated constant 2022-01-30 15:10:07 +01:00
end_to_end.rs Update end to end methods import 2022-01-30 20:50:12 +00:00
invalid_date.rs Run cargo fmt 2020-06-15 10:44:39 +02:00
issue_234.rs feat: add tests 2022-01-23 02:43:04 +03:00
zip64_large.rs docs: improve explanation of new APIs 2020-11-10 16:37:14 +00:00
zip_comment_garbage.rs add test for handling comment garbage 2020-08-19 18:53:58 +02:00
zip_crypto.rs feat: constant for handling missing password 2021-06-04 18:42:20 +01:00