Skip to content

Latest commit

 

History

History

.clusterfuzzlite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ClusterFuzzLite set up

This folder contains a fuzzing set for ClusterFuzzLite.

Running the fuzzer locally

To reproduce the fuzzing by way of OSS-Fuzz (which ClusterFuzzLite will be using):

git clone https://github.com/google/oss-fuzz

# Notice the destination folder shuold be in lower case.
git clone https://github.com/FreeRTOS/coreJSON corejson
cd corejson

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

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