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 crash on amd64 (no BMI) + Go fuzz test #645

Merged
merged 10 commits into from Jul 20, 2022

Commits on Jul 17, 2022

  1. tests: Port zstd fuzz test

    Port zstd fuzz tests to Go 1.18 fuzz tests.
    klauspost committed Jul 17, 2022
    Copy the full SHA
    17549d2 View commit details
    Browse the repository at this point in the history
  2. Print stack on crash

    klauspost committed Jul 17, 2022
    Copy the full SHA
    b388874 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c827eb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2c60e99 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    25a56ad View commit details
    Browse the repository at this point in the history
  6. Add old tag

    klauspost committed Jul 17, 2022
    Copy the full SHA
    92d70a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Consistent repro

    klauspost committed Jul 18, 2022
    Copy the full SHA
    1ff6043 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Copy the full SHA
    5357b67 View commit details
    Browse the repository at this point in the history
  2. Do shorter short test.

    klauspost committed Jul 20, 2022
    Copy the full SHA
    e7a3b34 View commit details
    Browse the repository at this point in the history
  3. Remove debug assertions

    klauspost committed Jul 20, 2022
    Copy the full SHA
    5e16a3d View commit details
    Browse the repository at this point in the history