Commit graph

101 commits

Author SHA1 Message Date
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
Chris Hennick
0331aed531 Test using \xFF\xFF as dictionary entry but no other experimentally-discovered strings 2024-03-04 11:21:30 -08:00
Chris Hennick
577b00c120 Test using only even-length dictionary entries 2024-03-04 11:13:16 -08:00
Chris Hennick
05da2def6e Bug fix: can't use octal literals in dictionary 2024-03-04 11:06:10 -08:00
Chris Hennick
c10679ba1c Bug fix: can't mix octal with hex escapes? 2024-03-04 10:59:53 -08:00
Chris Hennick
3fbfe8406e Revert "Test with no experimentally-discovered strings in fuzz.dict"
This reverts commit be428e93b3.
2024-03-04 10:58:39 -08:00
Chris Hennick
5409596748 Revert "Test without "PK" and "KP" in fuzz.dict"
This reverts commit 6ba7fc9fd1.
2024-03-04 10:58:38 -08:00
Chris Hennick
0ec4b49970 Bug fix: include CompressionMethod::Stored 2024-03-03 19:52:41 -08:00
Chris Hennick
6ba7fc9fd1 Test without "PK" and "KP" in fuzz.dict 2024-03-03 19:51:18 -08:00
Chris Hennick
be428e93b3 Test with no experimentally-discovered strings in fuzz.dict 2024-03-03 19:50:27 -08:00
Chris Hennick
c38494b93c Shorten fuzz_read to prevent timeouts given the added complexity of deflate64 2024-03-03 19:43:06 -08:00
Chris Hennick
151e9362fe Add more experimentally-discovered strings to dictionary 2024-03-03 19:32:25 -08:00
Chris Hennick
f52de5c242 Improve fuzzing dictionary to include all valid compression methods and all header signatures 2024-03-03 18:36:38 -08: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