mirror of https://github.com/google/oss-fuzz.git
cloud-hypervisor: Add newly added fuzzers (#8135)
New fuzzers for the cmos and serial devices along with fuzzing of the http API frontend have been added. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
c2624a1dc0
commit
20e46efddb
|
@ -16,5 +16,8 @@
|
|||
cd $SRC/cloud-hypervisor
|
||||
cargo fuzz build -O
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/block $OUT/
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/cmos $OUT/
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/http_api $OUT/
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/qcow $OUT/
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/serial $OUT/
|
||||
cp $SRC/cloud-hypervisor/fuzz/target/x86_64-unknown-linux-gnu/release/vhdx $OUT/
|
Loading…
Reference in New Issue