commit | d9962b12f200156238a4c825c0b540a203c72042 | [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 | 001c39a196c2f4414ddab8713fa113dd06a028eb [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>