Skip to content

Add clusterfuzzlite workflow - #114

Closed
DavidKorczynski wants to merge 2 commits into
codeplea:masterfrom
DavidKorczynski:cflite
Closed

Add clusterfuzzlite workflow#114
DavidKorczynski wants to merge 2 commits into
codeplea:masterfrom
DavidKorczynski:cflite

Conversation

@DavidKorczynski

@DavidKorczynski DavidKorczynski commented May 9, 2024

Copy link
Copy Markdown

This adds fuzzing by way of ClusterFuzzLite, which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to catch bugs that may be introduced by new PRs.

If you'd like to test this the way ClusterFuzzLite runs it (by way of OSS-Fuzz) you can use the steps:

git clone https://github.com/google/oss-fuzz
git clone https://github.com/DavidKorczynski/tinyexpr
cd tinyexpr
git checkout cflite

# Build the fuzzers in .clusterfuzzlite
python3 ../oss-fuzz/infra/helper.py build_fuzzers --external $PWD

# Run the fuzzer for 10 seconds
python3 ../oss-fuzz/infra/helper.py run_fuzzer --external $PWD fuzzer -- -max_total_time=10

Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
@codeplea

codeplea commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Thanks. I don't want to take on the CI and Docker maintenance that comes with this. Closing.

@codeplea codeplea closed this Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants