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

added fuzzing support #3007

Merged
merged 14 commits into from
Dec 6, 2023
Merged

Commits on Oct 16, 2023

  1. added fuzzing support

    fuzzy-boiii23a committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3a38a57 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    733e993 View commit details
    Browse the repository at this point in the history
  2. improved fuzzer doco

    medioxor committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    45118a6 View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    medioxor committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9db4d7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42a099c View commit details
    Browse the repository at this point in the history
  5. fixed build.sh

    fuzzy-boiii23a committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0206d8c View commit details
    Browse the repository at this point in the history
  6. fixed typo in build.sh

    fuzzy-boiii23a committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e64381d View commit details
    Browse the repository at this point in the history
  7. dev(fuzz): convert fuzzer/build.sh to a bash script

    and
    - set some bash safety flags
    - make it runnable from any directory
    - simplify the makefile execution
    flavorjones committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a9588dd View commit details
    Browse the repository at this point in the history
  8. dev(fuzz): allow fuzzers to be build in parallel

    use separate compilation directories to avoid the jobs clobbering each
    other if users run make with a `-j` flag
    flavorjones committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ab3a99 View commit details
    Browse the repository at this point in the history
  9. dev(fuzz): fuzzers match the make target names

    and rename the top-level target from `fuzzing` to `fuzzers`
    flavorjones committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    83900be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3e166c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea7154c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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