]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Implement fuzzing engine driver
authorAndrew Scull <ascull@google.com>
Mon, 30 May 2022 10:00:12 +0000 (10:00 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 16:58:19 +0000 (12:58 -0400)
commit4aa7f9d940a5b009287af25de54c9b70e7a2848c
tree2309dcfddb3c19b0cec341a504fceec6de487198
parentda42a46c3f2b1616902ecc1a506719da389b937e
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>
arch/Kconfig
arch/sandbox/dts/test.dts
drivers/fuzz/Kconfig
drivers/fuzz/Makefile
drivers/fuzz/sandbox_fuzzing_engine.c [new file with mode: 0644]