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

Add fuzz target #1773

Merged
merged 9 commits into from
Jul 15, 2021
Merged

Add fuzz target #1773

merged 9 commits into from
Jul 15, 2021

Commits on Jul 9, 2021

  1. Add libFuzzer integration + report bug

    This commit places the basics for libFuzzer integration with one
    fuzzer which fuzzes the readMetadata function. The fuzzer is
    located at fuzz/read-metadata.
    
    To add more fuzzers please add them to ./fuzz directory as
    described in the README.
    
    Also a memory corruption bug is found using this fuzzer which
    might lead to additional bugs after fix is pushed.
    yevgenypats authored and kevinbackhouse committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b2cdf2a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

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

Commits on Jul 12, 2021

  1. Rename fuzz target

    kevinbackhouse committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a3e4efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a760263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95397cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4a0335 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    kevinbackhouse committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b4448fc View commit details
    Browse the repository at this point in the history
  6. Try with sudo.

    kevinbackhouse committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7eef360 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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