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

[core] Add a fuzzing regression test github action #674

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. [core] Add a fuzzing regression test github action

    While fuzzing subzero core before the nanopb 0.4.5 upgrade,
    the fuzzer found a bunch of inputs which triggered UBSAN.
    
    This PR creates a regression test that runs the fuzzer with these inputs
    and verifies that none of them fail now that we're on nanopb 0.4.5.
    
    If more bad inputs are discovered later, they can be added to this directory
    after the corresponding bugs are fixed.
    ivmaykov committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41a3d26 View commit details
    Browse the repository at this point in the history