Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-23 | sandbox: Add libfuzzer integration | Andrew 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 <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org> |