Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.1
Choose a head ref
  • 11 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 18, 2023

  1. Update README.md

    klauspost authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    62d7424 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    klauspost authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7b22298 View commit details
    Browse the repository at this point in the history
  3. zstd: Reject empty compressed blocks (#862)

    * zstd: Reject empty compressed blocks
    * Update good inputs
    
    Matches zstandard behaviour.
    klauspost authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6125c11 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Revert "zstd: Reject empty compressed blocks (#862)" (#865)

    This reverts commit 6125c11.
    
    This was unintended and is fixed on last zstd version.
    klauspost authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c634b49 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. 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
    klauspost authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e670df9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fuzzing Coverage Expansion (#866)

    * New fuzzers and corpora were added
    viktoriia-lsg authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0e1030c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. 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
    klauspost authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2d59657 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    c051ef1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. 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.
    viktoriia-lsg authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4af4344 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    klauspost authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    85bbf19 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. 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).
    klauspost authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    68eabfa View commit details
    Browse the repository at this point in the history
Loading