summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/fuzzing_engine.h
AgeCommit message (Collapse)Author
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull
Add an implementation of LLVMFuzzerTestOneInput() that starts the sandbox on a secondary thread and exposes a function to synchronize the generation of fuzzing inputs with their consumption by the sandbox. Signed-off-by: Andrew Scull <[email protected]> Reviewed-by: Simon Glass <[email protected]>