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 fuzzer for core helper functions #1153

Merged
merged 2 commits into from Jun 10, 2022
Merged

Commits on Jun 9, 2022

  1. WIP: core helper fuzzer scaffolding

    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Initial chunk of business logic
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    More business logic
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Add initial helper fuzzer corpus
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Fix code analysis warning
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Update docs and CI/CD
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Update README.md
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Fix analysis warning
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Add verifier_fuzzer step to github CI/CD
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Add core helper and bpf2c fuzzers to CI/CD
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Fix fuzzers in CI/CD
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Remove changes for other fuzzers from cicd file
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    
    Cleanup
    
    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d292184 View commit details
    Browse the repository at this point in the history
  2. Fix bug in _find_lpm_map_entry() hit by fuzzer

    Signed-off-by: Dave Thaler <dthaler@microsoft.com>
    dthaler committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6b69c4a View commit details
    Browse the repository at this point in the history