Commit graph

117 commits

Author SHA1 Message Date
Chris Hennick
c39f5e8f9e
ci(fuzz): Update fuzz_write corpus to account for shift from Vec<_> to Box<[_]> 2024-05-08 19:28:23 -07:00
Chris Hennick
13a964317d
ci(fuzz): Update fuzz_write corpus to account for shift from Vec<_> to Box<[_]> 2024-05-08 19:14:19 -07:00
Chris Hennick
bd473ef75b
perf: Use boxed slice for archive comment, since it can't be concatenated 2024-05-08 15:36:12 -07:00
Chris Hennick
d996593016
ci(fuzz): Optimize final read-back, and skip it if redundant 2024-05-08 15:15:50 -07:00
Chris Hennick
9790fbfa28
ci(fuzz): Further minify fuzz-write corpus 2024-05-08 12:27:30 -07:00
Chris Hennick
50767eb84a
ci(fuzz): Update fuzz_read seed corpus 2024-05-08 10:48:01 -07:00
Chris Hennick
9455a279be
ci(fuzz): Update fuzz_write seed corpus 2024-05-08 10:45:28 -07:00
Chris Hennick
c134f08019
test(fuzz): Update fuzz_read corpus 2024-05-06 19:53:42 -07:00
Chris Hennick
7a77132144
test(fuzz): Additional rounds of fuzz_write corpus reduction 2024-05-06 19:53:40 -07:00
Chris Hennick
dbb8dfc321
test(fuzz): Create seed corpus for fuzz_write 2024-05-06 19:53:37 -07:00
Chris Hennick
dd9497bee7
test(fuzz): Update .gitignore to allow separate corpora for fuzz_read and fuzz_write 2024-05-06 19:53:33 -07:00
Chris Hennick
b277298d7f
test(fuzz): Fix: need to accept FileNotFound from abort 2024-05-06 15:14:09 -07:00
Chris Hennick
162c9b7281
test(fuzz): Fix bugs that were breaking the fuzz test 2024-05-06 14:41:51 -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
Johannes Löthberg
97ddf84546
Don't try to encrypt directories
Not overriding this works fine for ZipCrypto since it doesn't need to
write any extra data, but AES encrypted files need to store more
metadata even for zero-byte files.

Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
d096e4dbf1
Add support for writing AES-encrypted files
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Chris Hennick
30ef662aa2
Revert "chore: Use panic! rather than abort to ensure the fuzz harness can process the failure"
This reverts commit 0011370fdc.
2024-05-05 20:19:09 -07:00
Chris Hennick
0011370fdc
chore: Use panic! rather than abort to ensure the fuzz harness can process the failure 2024-05-05 20:17:12 -07:00
Chris Hennick
f2b55a1f59
chore: Update fuzz_write to use replace_with 2024-05-05 20:09:23 -07:00
Chris Hennick
5109cb8553
test(fuzz): Add recent fuzz_write failure to fuzz_read corpus (failure actually occurred in read) 2024-04-29 16:59:39 -07:00
Chris Hennick
a8a75454d9
ci: Bug fix: quote strings in fuzz.dict 2024-04-25 08:00:37 -07:00
Chris Hennick
b4b6c265e0
ci: Add path bits to fuzz dictionary 2024-04-25 07:55:10 -07:00
Chris Hennick
46bd8104b7
ci: Bug fix for cargo fuzz cmin commands 2024-04-23 23:54:01 -07:00
Chris Hennick
7569145627
test(fuzz): update seed corpus 2024-04-23 13:41:59 -07:00
Chris Hennick
cdc2e7aa23
Add shallow_copy_file_from_path,deep_copy_file_from_path and raw_copy_file_to_path, and use PathBuf in fuzz_write 2024-04-20 14:38:54 -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
Wyatt Herkamp
61afe4dad9
Added ExtendedFileOptions 2024-04-15 16:32:07 -04:00
Chris Hennick
b9142d8141 Bug fix 2024-04-11 16:41:29 -07:00
Chris Hennick
5647aad86e Bug fix: some files from seed corpus were missing 2024-04-11 16:38:41 -07:00
Chris Hennick
4c6339f694 Remove a corpus entry that's too large to use 2024-04-11 16:36:07 -07:00
Chris Hennick
d99bc688ca Update seed corpus 2024-04-11 16:15:56 -07:00
Chris Hennick
b7fe3f6e4f Add tests and update fuzzing dictionary/corpus for LZMA 2024-04-11 13:14:34 -07:00
Chris Hennick
8090d092d3 Revert "Revert "cargo cmin""
This reverts commit 81f04303e0.
2024-03-13 18:48:36 -07:00
Chris Hennick
3df0f6a6fa Revert "Test with same max_len during cmin as during test execution"
This reverts commit 591c76912b.
2024-03-13 18:48:33 -07:00
Chris Hennick
591c76912b Test with same max_len during cmin as during test execution 2024-03-13 18:33:55 -07:00
Chris Hennick
81f04303e0 Revert "cargo cmin"
This reverts commit 26b90ae1b1.
2024-03-13 18:27:21 -07:00
Chris Hennick
b3c1d1413c Bring back empty non-ZIP file to seed corpus 2024-03-13 16:26:54 -07:00
Chris Hennick
88bf5ccc1c Revert "Test adding an empty file (not even ZIP headers) to seed corpus"
This reverts commit e8cf80098e.
2024-03-13 16:18:57 -07:00
Chris Hennick
e8cf80098e Test adding an empty file (not even ZIP headers) to seed corpus 2024-03-13 15:28:19 -07:00
Chris Hennick
26b90ae1b1 cargo cmin 2024-03-13 13:13:27 -07:00
Chris Hennick
f56121bf6d Test using all inputs from unit/integ tests as part of the seed corpus 2024-03-12 20:53:44 -07:00
Chris Hennick
78e57bb6e1 Add ZIP64 examples to seed corpus 2024-03-12 20:15:40 -07:00
Chris Hennick
e23a1aef49 Add ZipCrypto-encrypted files to seed corpus 2024-03-12 20:05:45 -07:00
Chris Hennick
797ce443c9 Test with one-empty-file Zip files for compressed formats 2024-03-12 19:48:03 -07:00
Chris Hennick
528c1f3ffd Test with seed-corpus entry of a zip file that has an empty stored file with an empty name 2024-03-12 19:39:23 -07:00
Chris Hennick
5bdf9b7c30 Test with a "seed corpus" consisting of an empty zip file 2024-03-12 19:22:52 -07:00
Chris Hennick
d38ac84db5 Test adding an unsupported compression method to the dictionary 2024-03-09 13:34:26 -08:00
Chris Hennick
38b5e4effe Revert "Test using 4-byte & 6-byte strings of \xFF and \x00"
This reverts commit 3e82e21614.
2024-03-04 11:50:47 -08:00
Chris Hennick
e49577a151 Bug fix for fuzzing without default features 2024-03-04 11:48:37 -08:00
Chris Hennick
3e82e21614 Test using 4-byte & 6-byte strings of \xFF and \x00 2024-03-04 11:43:07 -08:00