fuzz: Add fuzzer for virtio-watchdog

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-09-15 16:16:16 -07:00
committed by Sebastien Boeuf
parent 6a67675442
commit f815fcbb5d
2 changed files with 105 additions and 0 deletions

View File

@@ -80,3 +80,9 @@ name = "vhdx"
path = "fuzz_targets/vhdx.rs"
test = false
doc = false
[[bin]]
name = "watchdog"
path = "fuzz_targets/watchdog.rs"
test = false
doc = false