Commit graph

48 commits

Author SHA1 Message Date
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
Chris Hennick
a2ed77abd3
Bug fixes 2023-05-13 14:29:00 -07:00
Chris Hennick
546693a6c7
Test allowing ZIP64 magic with the sanity checks 2023-05-12 08:36:33 -07:00
Chris Hennick
bf867c5012
Bug fix: skip invalid filenames during write fuzz 2023-05-11 19:25:32 -07:00
Chris Hennick
3af7f187d7
Strengthen fuzz_write: can now close and reopen before copying 2023-05-10 14:54:21 -07:00
Chris Hennick
08ec7ca710
Remove extra data from struct since we're not using it 2023-05-04 16:18:48 -07:00
Chris Hennick
d5e45f3c20
Add abort_file, and call it when validations fail 2023-05-04 10:20:47 -07:00
Chris Hennick
04654fdbe3
Revert large-file test: impractical 2023-05-01 17:06:37 -07:00
Chris Hennick
78139acfae
Prevent WriteLarge from running with no compression 2023-05-01 16:43:38 -07:00
Chris Hennick
1006ddb0e9
Bug fix: need to make a copy 2023-05-01 16:10:59 -07:00
Chris Hennick
29237770c9
Prevent sparse-file chunks from repeating zero times 2023-05-01 16:06:42 -07:00
Chris Hennick
69bb01d535
Allow repetition inside non-default chunks of sparse files 2023-05-01 16:05:27 -07:00
Chris Hennick
c18fae1f77
Use sparse files that are mostly the same byte pattern 2023-05-01 16:01:38 -07:00
Chris Hennick
5220222f84
Bug fix 2023-05-01 15:35:36 -07:00
Chris Hennick
bc14c1ef5e
Set a minimum size for non-repeating chunks 2023-05-01 15:08:20 -07:00
Chris Hennick
09d1ef2e3b
Make large files more compressible 2023-05-01 14:59:04 -07:00
Chris Hennick
a9aaea306e
Make large files more likely 2023-05-01 13:02:52 -07:00
Chris Hennick
6582e13fc4
Make large files more likely 2023-05-01 12:29:25 -07:00
Chris Hennick
a23e3889e2
Strengthen fuzz_write: use longer vectors and multiple writes 2023-05-01 11:56:46 -07:00
Chris Hennick
90b89b5460
WIP: Write fuzzing 2023-04-29 21:19:31 -07:00