Commit graph

1419 commits

Author SHA1 Message Date
Chris Hennick
c34501d1b6 Revert "Test with 16KiB max_len and 200m iterations"
This reverts commit 4367dac395.
2024-03-07 19:08:03 -08:00
Chris Hennick
4367dac395 Test with 16KiB max_len and 200m iterations 2024-03-07 18:53:04 -08:00
Chris Hennick
f7023a3d9d Test with old max_len and 500m iterations 2024-03-07 18:52:23 -08:00
Chris Hennick
963570f8c2 Test with -max-len=1100 but with a billion iterations 2024-03-07 18:20:22 -08:00
Chris Hennick
febe2c1b2b Retain smaller length for fuzz_write 2024-03-07 18:04:33 -08:00
Chris Hennick
fc30aa2b53 Revert "Test with --max_len=4600"
This reverts commit 643ab65d76.
2024-03-07 18:03:47 -08:00
Chris Hennick
7d4d584cff Revert "Test with --max_len=4700"
This reverts commit 0ccff2a2e7.
2024-03-07 18:03:45 -08:00
Chris Hennick
86b9597272 Revert "Test with --max_len=2100"
This reverts commit 716d7480f5.
2024-03-07 18:03:43 -08:00
Chris Hennick
880fda6f2b Revert "Test with --max_len=1100"
This reverts commit f051f02290.
2024-03-07 18:03:42 -08:00
Chris Hennick
f051f02290 Test with --max_len=1100 2024-03-07 17:41:23 -08:00
Chris Hennick
716d7480f5 Test with --max_len=2100 2024-03-07 17:34:00 -08:00
Chris Hennick
0ccff2a2e7 Test with --max_len=4700 2024-03-07 17:29:00 -08:00
Chris Hennick
643ab65d76 Test with --max_len=4600 2024-03-07 17:26:29 -08:00
Chris Hennick
f19b8f2229 Revert "Test with --len-control=5000"
This reverts commit 8243dc52ad.
2024-03-07 17:16:39 -08:00
Chris Hennick
8243dc52ad Test with --len-control=5000 2024-03-07 17:08:12 -08:00
Chris Hennick
e803ac62db Revert "Revert "Test with len_control of 10k (suitable if max_len <= len_control * iteration)""
This reverts commit 5148ad0258.
2024-03-07 17:07:25 -08:00
Chris Hennick
5148ad0258 Revert "Test with len_control of 10k (suitable if max_len <= len_control * iteration)"
This reverts commit 650d4942
2024-03-07 16:39:29 -08:00
Chris Hennick
a4fe690043 Revert "Test fuzzing with debug symbols"
This reverts commit ef9438122a.
2024-03-07 16:31:09 -08:00
Chris Hennick
9a1fd62481 Revert "Bug fix: RUSTFLAGS doesn't work to set profile, so set it in each cargo call"
This reverts commit fd6630afd2.
2024-03-07 16:31:08 -08:00
Chris Hennick
fd6630afd2 Bug fix: RUSTFLAGS doesn't work to set profile, so set it in each cargo call 2024-03-07 16:24:34 -08:00
Chris Hennick
ef9438122a Test fuzzing with debug symbols 2024-03-07 16:21:59 -08:00
Chris Hennick
6338242154 Bug fix: dir_end was being set incorrectly 2024-03-07 15:23:56 -08:00
Chris Hennick
5e03f43f9a Fix failing tests other than deflate64 bug 25 2024-03-07 15:16:04 -08:00
Chris Hennick
e23ba853d3 Remove comment field from Shared to avoid unnecessary copying 2024-03-07 14:43:40 -08:00
Chris Hennick
8efd2339cf Overhaul read logic to perform *all* validations before accepting a central directory as the real one 2024-03-07 14:34:40 -08:00
Chris Hennick
eb3c5ede64
Merge pull request #20 from Pr0methean/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2024-03-07 10:55:26 -08:00
Chris Hennick
5cf1172a49
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-4 2024-03-07 10:55:17 -08:00
Chris Hennick
7403496f9b
Merge pull request #15 from Pr0methean/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-03-07 10:54:59 -08:00
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
dependabot[bot]
f0faff3fee
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:02:11 +00: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