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

[fuzzer] Fuzz frame info functions #1590

Merged
merged 5 commits into from
Apr 17, 2019
Merged

Commits on Apr 17, 2019

  1. [libzstd] Fix ZSTD_decompressBound() on bad skippable frames

    The function didn't verify that the skippable frame size is correct.
    terrelln committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    450feb0 View commit details
    Browse the repository at this point in the history
  2. [fuzzer] Add a fuzzer for frame info functions

    Add a fuzzer that fuzzes all helper functions that take compressed
    input. This fuzzer caught one out of bounds read in
    `ZSTD_decompressBound()`.
    terrelln committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    09caa4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5922f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee130a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58bcc32 View commit details
    Browse the repository at this point in the history