fuzz: Add new fuzzer for emulated serial device

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-07-26 16:30:56 +01:00
parent f4e2198767
commit e4211272ad
3 changed files with 84 additions and 1 deletions

2
fuzz/Cargo.lock generated
View File

@@ -178,6 +178,7 @@ version = "0.0.0"
dependencies = [
"block_util",
"cloud-hypervisor",
"devices",
"libc",
"libfuzzer-sys",
"qcow",
@@ -185,6 +186,7 @@ dependencies = [
"vhdx",
"virtio-devices",
"virtio-queue",
"vm-device",
"vm-memory",
"vm-virtio",
"vmm-sys-util",