Commit graph

82 commits

Author SHA1 Message Date
Chris Hennick
fd5f804072
test(fuzz): Consume self, and add initial junk (#226) 2024-07-28 03:38:34 +00:00
Chris Hennick
a29b860395
test(fuzz): Make cargo fuzz fmt fuzz_write output more reliably equivalent to the code path it follows (#224) 2024-07-26 21:42:03 +00:00
Chris Hennick
57f01ba946
chore: Fix build errors 2024-07-06 14:26:37 -07:00
Chris Hennick
4facc3ab54
test(fuzz): Use jemalloc for fuzz tests 2024-07-04 10:52:04 -07:00
Chris Hennick
ad111aa297
test(fuzz): Remove debug printing 2024-06-21 07:51:43 -07:00
Chris Hennick
9a27fb8bba
ci(fuzz): Improve debug format 2024-06-20 13:35:16 -07:00
Chris Hennick
4c2e9f61ab
ci(fuzz): Weaken a failing assertion 2024-06-18 20:37:32 -07:00
Chris Hennick
9f7e64b9df
ci(fuzz): Allow setting the comment any time 2024-06-18 20:04:20 -07:00
Chris Hennick
cb2d7abde7
fix: We now keep searching for a real CDE header after read an invalid one from the file comment 2024-06-18 10:31:25 -07:00
Chris Hennick
5231469734
ci(fuzz): Fix: skip copying if we can't find a file from a previous operation 2024-06-17 19:21:04 -07:00
Chris Hennick
6bf354a0d6
ci(fuzz): Fix build 2024-06-17 19:05:36 -07:00
Chris Hennick
4a01dd33e3
ci(fuzz): Fix: would try to copy from nonexistent paths after merging with another archive 2024-06-17 18:55:01 -07:00
Chris Hennick
8d78fd98f5
fix: File start position was wrong when extra data was present 2024-06-17 15:15:15 -07:00
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