Wei Liu
a2df4d7660
fuzz: explicitly keep or reject input for vhdx fuzzer
...
Signed-off-by: Wei Liu <liuwe@microsoft.com >
2025-01-08 22:45:58 +00:00
Rob Bradford
f041c940a7
build: Apply cargo fmt check to fuzz workspace
...
Signed-off-by: Rob Bradford <rbradford@rivosinc.com >
2024-09-29 13:08:12 +01:00
Yu Li
447cad3861
block: merge qcow, vhdx and block_util into block crate
...
This commit merges crates `qcow`, `vhdx` and `block_util` into the
crate `block`, which can allow `qcow` to use functions from `block_util`
without introducing a circular crate dependency.
This commit is based on crosvm implementation:
https://chromium.googlesource.com/crosvm/crosvm/+/f2eecc4152eca8d395566cffa2c102ec090a152d
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com >
2023-07-19 13:52:43 +01:00
Fazla Mehrab
98fc38c465
fuzz: fuzz testing for VHDx block device is added
...
The fuzzer needs to take a larger input for the whole disk image to
be most useful. Since the file is small we can test by reading and
writing over the whole file.
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
Signed-off-by: Fazla Mehrab <akm.fazla.mehrab@intel.com >
2021-08-19 11:43:19 +02:00