Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstd: Fix quick reject on long backmatches #787

Merged
merged 4 commits into from
Mar 24, 2023
Merged

Commits on Mar 24, 2023

  1. zstd: Fix quick reject on long backmatches

    When m.s was extended far back we could read out of bounds.
    
    Fixes #786
    klauspost committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c5bb697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4f3b8 View commit details
    Browse the repository at this point in the history
  3. Fix test.

    klauspost committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6ad8551 View commit details
    Browse the repository at this point in the history
  4. Do separate fuzz for best.

    klauspost committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a010da0 View commit details
    Browse the repository at this point in the history