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

fuzz: Use build script from upstream and fix fuzzers #578

Merged
merged 2 commits into from
Dec 15, 2022

Commits on Dec 14, 2022

  1. fuzz: Use build script from upstream

    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0f1784a View commit details
    Browse the repository at this point in the history
  2. fuzz: bump github.com/sirupsen/logrus

    A dependency added at fuzzing time upgrades logrus to 1.9.0
    which cases the building process to break. By bumping the
    dependency Go's MVS won't make further changes later.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e259d12 View commit details
    Browse the repository at this point in the history