Commit graph

1399 commits

Author SHA1 Message Date
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
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