Testing: fuzz targets exist but are never run — no CI integration #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The project has 6 fuzz targets in
tests/fuzz/:fuzz_chunk_deserialize.cfuzz_compress_decompress.cfuzz_delta_deserialize.cfuzz_delta_signature_deserialize.cfuzz_glob_match.cfuzz_metadata_from_buf.cHowever:
cmake --build build-fuzz --target fuzzstep that executes the fuzzersSuggested improvements
-runs=Nand-max_total_time=NflagsThe build already works (
cmake -B build-fuzz -S . -DENABLE_FUZZ=ON && cmake --build build-fuzz), just the run step is missing.Labels: testing, security, fuzzing, ci