Chris Hennick
4facc3ab54
test(fuzz): Use jemalloc for fuzz tests
2024-07-04 10:52:04 -07:00
Chris Hennick
0e1b1688be
test(fuzz): Cover read_zipfile_from_stream, finish_into_readable and merge_archive in fuzzing
2024-05-06 14:10:40 -07:00
Chris Hennick
174825229c
Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388
2024-04-19 18:50:27 -07:00
Chris Hennick
01671c4a80
Bug fix
2024-02-29 13:23:42 -08:00
Chris Hennick
7491fc86e8
Bug fix
2024-02-29 12:46:17 -08:00
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