commit | 0518e7a28fdbaf27cda7a43d1a52d457536e1d9b | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 30 10:00:12 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 23 12:58:19 2022 -0400 |
tree | 2309dcfddb3c19b0cec341a504fceec6de487198 | |
parent | d9962b12f200156238a4c825c0b540a203c72042 [diff] |
sandbox: Implement fuzzing engine driver Add a fuzzing engine driver for the sandbox to take inputs from libfuzzer and expose them to the fuzz tests. Signed-off-by: Andrew Scull <ascull@google.com>