Commit graph

9 commits

Author SHA1 Message Date
Chris Hennick
779c9d38fc Bug fix 2024-02-29 12:45:49 -08:00
Chris Hennick
3f3d78c9ee Bug fix: remove size check since metadata may be wrong 2024-02-29 12:33:40 -08:00
Chris Hennick
806c5d9fd8 Bug fix: replace max with min 2024-02-29 10:29:52 -08:00
Chris Hennick
ee1ef05fe6 Bug fix: weaken a failing assertion 2024-02-28 20:54:39 -08:00
Chris Hennick
9113cb6b07 Bug fix: allow invalid compressed files, but verify length if decompression succeeds 2024-02-28 17:28:17 -08:00
Chris Hennick
026a49ffa7 Truncate huge files during read fuzz rather than skipping them 2024-02-28 17:22:43 -08:00
Chris Hennick
e787187cdd Allow files up to 1<<24 bytes in read fuzzing 2024-02-28 17:13:05 -08:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Nick Babcock
b7966a8538 Add read fuzzing module
As someone who has personal projects that take untrusted zips as input,
it is important to me to be able to fuzz the zip project to simulate
possible inputs and to ensure the projects are not vulnerable.

This commit adds a cargo fuzz module for reading and extracting input.

The `fuzz` directory was scaffolded with a `cargo fuzz init`

I added a CI step to guard against the fuzz module decaying over time.
2022-04-25 20:08:53 -05:00