-
Notifications
You must be signed in to change notification settings - Fork 329
Comparing changes
Open a pull request
base repository: klauspost/compress
base: v1.17.0
head repository: klauspost/compress
compare: v1.17.1
- 11 commits
- 24 files changed
- 3 contributors
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62d7424 - Browse repository at this point
Copy the full SHA 62d7424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b22298 - Browse repository at this point
Copy the full SHA 7b22298View commit details -
zstd: Reject empty compressed blocks (#862)
* zstd: Reject empty compressed blocks * Update good inputs Matches zstandard behaviour.
Configuration menu - View commit details
-
Copy full SHA for 6125c11 - Browse repository at this point
Copy the full SHA 6125c11View commit details
Commits on Sep 25, 2023
-
Revert "zstd: Reject empty compressed blocks (#862)" (#865)
This reverts commit 6125c11. This was unintended and is fixed on last zstd version.
Configuration menu - View commit details
-
Copy full SHA for c634b49 - Browse repository at this point
Copy the full SHA c634b49View commit details
Commits on Sep 26, 2023
-
s2: Fix EstimateBlockSize on 6&7 length input (#867)
Fixes `panic: runtime error: index out of range [7] with length 5` when providing short input to EstimateBlockSize. Found via #866
Configuration menu - View commit details
-
Copy full SHA for e670df9 - Browse repository at this point
Copy the full SHA e670df9View commit details
Commits on Oct 4, 2023
-
Fuzzing Coverage Expansion (#866)
* New fuzzers and corpora were added
Configuration menu - View commit details
-
Copy full SHA for 0e1030c - Browse repository at this point
Copy the full SHA 0e1030cView commit details
Commits on Oct 7, 2023
-
test: Set FSE decompress fuzzer max limit (#868)
* test: Set FSE decompress fuzzer max limit Avoids timeout on large output. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63059 * Add to CI & Add more baseline
Configuration menu - View commit details
-
Copy full SHA for 2d59657 - Browse repository at this point
Copy the full SHA 2d59657View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c051ef1 - Browse repository at this point
Copy the full SHA c051ef1View commit details
Commits on Oct 11, 2023
-
Fuzzing Coverage Expansion (#2) (#870)
* test: update dict_test.go for oss-fuzz The content of testdata/s2-dict.bin.gz file was embedded to fuzz target FuzzDictBlocks. * Update dict_test.go Take gzip content and place into base64 to avoid encoding issues.
Configuration menu - View commit details
-
Copy full SHA for 4af4344 - Browse repository at this point
Copy the full SHA 4af4344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bbf19 - Browse repository at this point
Copy the full SHA 85bbf19View commit details
Commits on Oct 13, 2023
-
s2: Fix S2 best dictionary wrong encoding (#871)
A dictionary match one byte out of dictionary range was possible. Recovery is possible. Send me a request if you find any content with this error in the [discussion](https://github.com/klauspost/compress/discussions/categories/general).
Configuration menu - View commit details
-
Copy full SHA for 68eabfa - Browse repository at this point
Copy the full SHA 68eabfaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.0...v1.17.1