Skip to content

ossfuzz: integrate into build, add entrypoint

Randy requested to merge randy408/libspectre:fuzzer_integration into master

This is useful for reproducing bugs found by OSS-Fuzz and as a build test for the fuzz target. Compiling the fuzz target alone requires clang and libFuzzer to provide a main(), with fuzz_main.c it works with any compiler.

Merge request reports