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

fuzzing: add raft fuzzer from cncf-fuzzing #55

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 12, 2023

  1. fuzzing: add raft fuzzer from cncf-fuzzing

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    216c276 View commit details
    Browse the repository at this point in the history
  2. Add workflow for PRs

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a9d227d View commit details
    Browse the repository at this point in the history
  3. catch known panic

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    07e5518 View commit details
    Browse the repository at this point in the history
  4. use go-fuzz-headers with reduced dependencies

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    048a4ce View commit details
    Browse the repository at this point in the history
  5. remove zap dependencies

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    af6cf7a View commit details
    Browse the repository at this point in the history
  6. remove check in recover()

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ffda7e3 View commit details
    Browse the repository at this point in the history
  7. use upstream go-fuzz-headers

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    78b72ce View commit details
    Browse the repository at this point in the history
  8. Fix static lint issues

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    763e6ea View commit details
    Browse the repository at this point in the history