Commit graph

1329 commits

Author SHA1 Message Date
Chris Hennick
161bd87724 Refactor to use boxed slices instead of Vec where possible 2024-04-08 12:09:23 -07:00
Chris Hennick
cdfd36a1cc Fix another Clippy warning 2024-04-08 11:02:11 -07:00
Chris Hennick
792c57a01d cargo upgrade 2024-04-08 10:56:20 -07:00
Chris Hennick
3c35357b2e Bump version to 1.0.0 2024-04-08 10:53:47 -07:00
Chris Hennick
804fb27309 Fix Clippy warning 2024-04-08 10:47:35 -07:00
Chris Hennick
db69d25828 Bug fix 2024-04-08 10:45:22 -07:00
Chris Hennick
384afcda2a Switch from String to Box<str> for metadata 2024-04-08 10:29:17 -07:00
Chris Hennick
c4492b9635 Reduce fuzz_read_with_no_features to 50M runs 2024-03-16 15:24:15 -07:00
Chris Hennick
81a0e8a156 Reduce fuzz_read_with_no_features to 100M runs 2024-03-14 18:32:33 -07:00
Chris Hennick
30a861bb55 Test using actions-rs/cargo@v1 for fuzzing 2024-03-14 17:25:47 -07:00
Chris Hennick
a751e09b9c Test setting len_control to 0 2024-03-14 15:26:35 -07:00
Chris Hennick
5c37053644 Bug fix: max_total_time is in seconds, not minutes 2024-03-14 14:41:18 -07:00
Chris Hennick
9488620f5c Reduce len_control for fuzz_read_with_no_features 2024-03-14 14:40:08 -07:00
Chris Hennick
f63dc2f66c Bug fix: step timeout needs to be longer than cargo fuzz run -max_total_time 2024-03-14 14:03:04 -07:00
Chris Hennick
e85df8774b Add MSRV bump to CHANGELOG.md 2024-03-14 14:02:14 -07:00
Chris Hennick
6adca53895 Reduce iterations by 50% for both fuzz_read runs, and set a max_total_time for fuzz_read_with_no_features 2024-03-14 14:01:37 -07:00
Chris Hennick
24ab1bf6e5 We still need 100m runs with features enabled, but 500m without is sufficient 2024-03-13 20:53:47 -07:00
Chris Hennick
030f355525 Increase runs to 50m to achieve 3350+ coverage more reliably 2024-03-13 19:46:15 -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
8fcc1988b2 Revert "Test with max_len=1000"
This reverts commit f812649d07.
2024-03-13 18:26:23 -07:00
Chris Hennick
f812649d07 Test with max_len=1000 2024-03-13 18:08:50 -07:00
Chris Hennick
b3c1d1413c Bring back empty non-ZIP file to seed corpus 2024-03-13 16:26:54 -07:00
Chris Hennick
0ae35c1257 Use current best fuzz settings (max_len=1300, runs=25M, no empty non-ZIP file in corpus) 2024-03-13 16:22:35 -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
ba7decb143 Test with max_len=2100 2024-03-13 15:19:54 -07:00
Chris Hennick
6f27c76499 Increase max_len to 1300 to accommodate all but one file in the minified corpus 2024-03-13 14:49:17 -07:00
Chris Hennick
c677a62f9b Update to deflate64 0.1.8 2024-03-13 13:58:18 -07:00
Chris Hennick
8d3b72ab60 Update version number in doc comment 2024-03-13 13:34:30 -07:00
Chris Hennick
4b8738f8c1 Update a test 2024-03-13 13:16:15 -07:00
Chris Hennick
26b90ae1b1 cargo cmin 2024-03-13 13:13:27 -07:00
Chris Hennick
dec73ef5c1 Merge branch 'tune_fuzz'
# Conflicts:
#	src/read.rs
2024-03-13 13:09:14 -07:00
Chris Hennick
ece098d393 Make InvalidPassword a kind of ZipError 2024-03-13 13:05:54 -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
1bb1f8037c fuzz_read_no_features can still use 1 billion iterations 2024-03-12 20:28:43 -07:00
Chris Hennick
f2c1f83ffe Use 100 million iterations for fuzz_read 2024-03-12 20:16:23 -07:00
Chris Hennick
78e57bb6e1 Add ZIP64 examples to seed corpus 2024-03-12 20:15:40 -07:00
Chris Hennick
fe4ebedec4 Decrease to 20 million runs of fuzz_read, because seed corpus lowers exec/s but increases coverage plateau 2024-03-12 20:07: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
60f8f9b910 Test with len_control=500 runs=200M 2024-03-12 18:47:10 -07:00
Chris Hennick
9bce0dcb0f Test with len_control=1000 2024-03-12 18:11:56 -07:00
Chris Hennick
5049249fd9 Test with len_control=200 2024-03-12 17:58:03 -07:00
Chris Hennick
ddc92a49c3 Test new settings: max_len=600, len_control=500, runs=100M 2024-03-12 17:23:46 -07:00
Chris Hennick
8b52cc24c5 Test with max_len=1200 and len_control=500 2024-03-11 16:34:59 -07:00