commit | 2b40f80d7742c66d29d48515529591b75e5adaae | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 30 10:00:11 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 23 12:58:18 2022 -0400 |
tree | ea68ecbb377e9e69aa3a7974b01e2313318e3e5c | |
parent | ca5d1374ac3e2f30c397d6e235c7fae89ed5a42d [diff] |
sandbox: Add libfuzzer integration 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>