Skip to content
Commit a73f3ba9 authored by Andrew Scull's avatar Andrew Scull Committed by Tom Rini
Browse files

fuzz: virtio: Add fuzzer for vring



Add a fuzzer to test the vring handling code against unexpected
mutations from the virtio device.

After building the sandbox with CONFIG_FUZZ=y, the fuzzer can be invoked
with by:

   UBOOT_SB_FUZZ_TEST=fuzz_vring ./u-boot

This fuzzer finds unvalidated inputs in the vring driver that allow a
buggy or malicious device to make the driver chase wild pointers.

Signed-off-by: default avatarAndrew Scull <ascull@google.com>
parent 0518e7a2
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment