Commit graph

1135 commits

Author SHA1 Message Date
Chris Hennick
be49def529 Replace hard-coded byte array with data file 2024-03-06 12:34:51 -08:00
Chris Hennick
ce11179be3 Add test case for https://github.com/anatawa12/deflate64-rs/issues/25 2024-03-04 17:35:12 -08:00
Chris Hennick
64494b7927 Lower len_control for fuzz_write 2024-03-04 16:52:43 -08:00
Chris Hennick
650d494271 Test with len_control of 10k (suitable if max_len <= len_control * iteration) 2024-03-04 15:21:29 -08:00
Chris Hennick
7c1c367493 Test with extreme len_control of 1000 2024-03-04 15:13:42 -08:00
Chris Hennick
1bbe2b83ae Bug fix: artifact names and paths were wrong for no_features fuzzes 2024-03-04 15:07:53 -08:00
Chris Hennick
6c8e3fcedb Test using len_control option to limit early lengths 2024-03-04 14:57:56 -08:00
Chris Hennick
eee10a7ed0 Revert "Test with multiple runs that use different length limits"
This reverts commit 167ebccee4.
2024-03-04 14:56:05 -08:00
Chris Hennick
bacdc687d4 Revert "Start fuzz_read with just a 1k limit"
This reverts commit 340bf58eeb.
2024-03-04 14:56:04 -08:00
Chris Hennick
ad9884169e Revert "Add a 2KiB step between 1K and 4K"
This reverts commit 9efd5cbd22.
2024-03-04 14:56:02 -08:00
Chris Hennick
9efd5cbd22 Add a 2KiB step between 1K and 4K 2024-03-04 14:39:31 -08:00
Chris Hennick
340bf58eeb Start fuzz_read with just a 1k limit 2024-03-04 14:18:08 -08:00
Chris Hennick
167ebccee4 Test with multiple runs that use different length limits 2024-03-04 14:15:00 -08:00
Chris Hennick
e9b48fb15a Test with fuzz_read length limit of just 2KiB 2024-03-04 13:00:17 -08:00
Chris Hennick
2603cd88fe Bug fix: fuzz_write_with_no_features was too short 2024-03-04 12:51:28 -08:00
Chris Hennick
ee14de3420 Increase max_len for fuzz_read to 8K to ensure we converge on high coverage 2024-03-04 12:39:59 -08:00
Chris Hennick
97ac845b79 Test using fuzz's experimental fork mode 2024-03-04 12:17:19 -08:00
Chris Hennick
9eea46f28a Test more aggressive length limits 2024-03-04 12:08:30 -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
6ddcb8f53c Test with attainable maximum lengths 2024-03-03 19:57:53 -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
f17bc48d70 Fix artifact name collision 2024-03-03 18:37:12 -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
dc62999f85 Bug fix: include data file for new test 2024-03-03 18:03:07 -08:00
Chris Hennick
c1afa95706 Refactor: use a zip file with valid metadata 2024-03-03 18:01:31 -08:00
Chris Hennick
f4d5ad7b49 Bug fix: can't run new test if deflate64 is disabled 2024-03-03 18:00:05 -08:00
Chris Hennick
80876aa7e4 Bug fix: incorrect assertion for new test 2024-03-03 17:36:58 -08:00
Chris Hennick
fe3821c4c0 Add test case to reproduce deflate64 error 2024-03-03 17:29:27 -08:00
Chris Hennick
38a903b5cd Fuzz against https://github.com/anatawa12/deflate64-rs/pull/24 2024-03-03 17:28:15 -08:00
Chris Hennick
6636a6c3f3 Enable manual CI runs 2024-02-29 15:52:09 -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
5f6546dde3 Timeout fuzz runs after 5h30m to ensure there's time to upload artifacts 2024-02-29 12:41: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
e843e67b9f Bug fix: reduce runs to 10k in CI fuzz_write 2024-02-29 10:31:53 -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