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 |
|
Chris Hennick
|
806c5d9fd8
|
Bug fix: replace max with min
|
2024-02-29 10:29:52 -08:00 |
|
Chris Hennick
|
ee1ef05fe6
|
Bug fix: weaken a failing assertion
|
2024-02-28 20:54:39 -08:00 |
|
Chris Hennick
|
ff1106a8f9
|
Share fuzz dictionary between fuzz_read and fuzz_write
|
2024-02-28 20:17:29 -08:00 |
|
Chris Hennick
|
4187dbc0e2
|
Improve fuzz_read coverage with predefined dictionary
|
2024-02-28 20:09:41 -08:00 |
|
Chris Hennick
|
9113cb6b07
|
Bug fix: allow invalid compressed files, but verify length if decompression succeeds
|
2024-02-28 17:28:17 -08:00 |
|
Chris Hennick
|
026a49ffa7
|
Truncate huge files during read fuzz rather than skipping them
|
2024-02-28 17:22:43 -08:00 |
|
Chris Hennick
|
e787187cdd
|
Allow files up to 1<<24 bytes in read fuzzing
|
2024-02-28 17:13:05 -08: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 |
|