muduo icon indicating copy to clipboard operation
muduo copied to clipboard

Fuzzing: Add CIFuzz

Open AdamKorcz opened this issue 4 years ago • 0 comments

Adds CIFuzz to muduo's OSS-fuzz integration. In short, CIFuzz is a service offered by OSS-fuzz to run muduo's fuzzers during the CI to prevent bugs from being introduced. In this PR the fuzz time is set to 600 seconds but can be changed.

More about CIFuzz can be found here: https://google.github.io/oss-fuzz/getting-started/continuous-integration/

AdamKorcz avatar Nov 25 '21 11:11 AdamKorcz