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 a subcommand to build a clusterfuzz tarball #162

Merged
merged 5 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. feat: add a build-clusterfuzz command

    Ekleog authored and Ekleog-NEAR committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    57c1838 View commit details
    Browse the repository at this point in the history
  2. feat: improve clusterfuzz error message detection

    LLVMFuzzerTestOneInput is not supposed to ever return something other
    than 0. Instead, the whole process should abort in case of a bug being
    detected.
    
    Hence, this replaces the previous returning of 1 (which triggered a
    libfuzzer assertion downstream, that was detected by clusterfuzz as the
    root cause of the error) by an abort (which should let clusterfuzz
    detect the actual cause of the error in the panic message)
    Ekleog-NEAR committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9bb4763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d3dcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6129e0c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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