Commit graph

69 commits

Author SHA1 Message Date
Chris Hennick
64b5debc16
chore: Fix another fuzz failure 2024-06-17 12:06:37 -07:00
Chris Hennick
5ae025e2cb
style: cargo fmt --all 2024-06-14 17:16:03 -07:00
Chris Hennick
1b7c09e558
test(fuzz): Fix a build error 2024-06-14 17:14:42 -07:00
Chris Hennick
052f3a133e
fix: ZIP64 header was being written twice when copying a file 2024-06-14 17:09:36 -07:00
Chris Hennick
77e718864d
fix: Incorrect behavior following a rare combination of merge_archive, abort_file and deep_copy_file. As well, we now return an error when a file is being copied to itself. 2024-06-13 13:49:27 -07:00
Chris Hennick
6abe26d757
ci(fuzz): Fix build errors 2024-06-08 14:32:57 -07:00
Chris Hennick
5bb31e3558
ci(fuzz): Bug fix: debug output was missing set_flush_on_finish_file 2024-06-08 14:19:14 -07:00
Chris Hennick
62b9c53651
ci(fuzz): Bug fix for missing path arg 2024-06-08 13:55:16 -07:00
Chris Hennick
df9c71700e
ci(fuzz): Fine-tune some Debug implementations 2024-06-08 13:51:31 -07:00
Chris Hennick
383d72427c
ci(fuzz): Fix build errors in Debug implementations 2024-06-08 13:35:38 -07:00
Chris Hennick
2333a847f7
ci(fuzz): Fix inaccuracies in cargo fuzz fmt 2024-06-08 13:26:45 -07:00
Chris Hennick
181942da1e
ci(fuzz): Fix build errors for fuzz_write 2024-05-28 09:17:28 -07:00
Chris Hennick
6aca987fda
ci(fuzz): Bug fix 2024-05-28 08:48:16 -07:00
Chris Hennick
9cd005e37f
ci(fuzz): Fix issue where we'd call abort_file on an empty ZIP 2024-05-28 08:47:29 -07:00
Danny McClanahan
b4d6d3c8e2
fix rust 2024 breakage with cargo v1 action 2024-05-22 12:37:58 -04: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
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
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
2407ef95c6
Fixes and refactors for no-features build 2023-05-30 18:17:59 -07:00
Chris Hennick
d9c20c55c4
Limit Zopfli iterations in write fuzzing 2023-05-28 10:11:51 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter 2023-05-26 17:22:53 -07:00
Chris Hennick
235d2da745
Include comments in fuzz_write 2023-05-21 15:34:22 -07:00
Chris Hennick
bef9fce30a
Bug fix: create a valid archive even when last file was aborted with content 2023-05-21 15:24:00 -07:00
Chris Hennick
4e3ecb9252
Bug fix 2023-05-21 11:48:12 -07:00
Chris Hennick
d8f4d1aaa4
Bug fix: fuzz_write tried to copy aborted files 2023-05-21 11:45:59 -07:00
Chris Hennick
a86a1f99a3
Bug fix for fuzz_write.rs 2023-05-21 11:37:59 -07:00
Chris Hennick
fa045ad4c5
Bug fix for abort_file when deleting an entry that isn't the last 2023-05-21 11:26:33 -07:00
Chris Hennick
b6514e5c78
Bug fix 2023-05-14 18:57:57 -07:00
Chris Hennick
e3b0da188b
Revert "Refactor: add subdirectory-after-writing-parent option"
This reverts commit c31d85930b.
2023-05-14 18:55:12 -07:00
Chris Hennick
70cf9514bb
Revert "Bug fix"
This reverts commit 7bb1d9d190.
2023-05-14 18:55:11 -07:00
Chris Hennick
7bb1d9d190
Bug fix 2023-05-14 18:43:19 -07:00
Chris Hennick
c31d85930b
Refactor: add subdirectory-after-writing-parent option 2023-05-14 18:41:49 -07:00
Chris Hennick
51ce58751e
Bug fix 2023-05-14 18:36:31 -07:00
Chris Hennick
8680df6f1f
Bug fix 2023-05-14 18:33:29 -07:00
Chris Hennick
5c51ddc49e
Bug fix 2023-05-14 18:24:01 -07:00
Chris Hennick
3e87a376b9
Handle special naming convention for directories 2023-05-14 18:21:55 -07:00
Chris Hennick
0660141868
Eliminate redundant name field in FileOperation for more efficient fuzzing 2023-05-14 08:31:37 -07:00
Chris Hennick
f7acf6fe9c
Refactor: simplify FileOperation by factoring out shared fields 2023-05-13 15:58:45 -07:00
Chris Hennick
089f194fd6
Simplify FileOperation by splitting into BasicFileOperation and bool reopen 2023-05-13 15:49:54 -07:00
Chris Hennick
ff4dee28d7
Bug fix 2023-05-13 15:38:09 -07:00