zip-rs-wasm/src
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.rs use hmac reset feature for finalize_reset method 2022-01-30 15:14:47 +01:00
aes_ctr.rs use assert_eq instead of debug_assert_eq 2022-01-30 15:28:50 +01:00
compression.rs fix: release preparation 2022-02-17 21:42:56 +03:00
cp437.rs fix: fix all Clippy warnings 2022-01-23 18:54:43 +03:00
crc32.rs use less feature gates if no further dependencies are needed 2021-08-06 12:38:04 +02:00
lib.rs merge: Merge branch 'master' into explainer 2022-03-08 18:13:34 +03:00
read.rs Fix capacity overflow on invalid zips reads 2022-04-25 21:01:56 -05:00
result.rs Remove dependency on thiserror 2021-09-06 23:35:57 +02:00
spec.rs Revert "Merge pull request #290 from aweinstock314/more-spec-structs" 2022-03-26 14:13:50 +03:00
types.rs Fix build for armv5te target 2022-04-02 10:37:36 +08:00
write.rs Implement support for writing symlinks 2022-04-12 10:58:24 -07:00
zipcrypto.rs fix: fix Clippy warnings 2022-01-23 17:35:27 +03:00