aboutsummaryrefslogtreecommitdiff
path: root/drivers/fuzz/sandbox_fuzzing_engine.c
AgeCommit message (Collapse)Author
2022-06-23sandbox: Implement fuzzing engine driverAndrew Scull
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>