mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
1eedd1bfb4
The block, qcow, and zimage fuzzers all created a SharedMemory and then converted it into a file; with the new base API changes, this is no longer supported. Replace the SharedMemory uses with tempfile to fix the build (this also simplifies the code). BUG=chromium:1136895 TEST=`FEATURES=test USE='asan fuzz' emerge-amd64-generic crosvm` Change-Id: I50d4e8c57ed41419c79a3fac440654224696f80c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2463895 Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
.gitignore | ||
block_fuzzer.rs | ||
Cargo.toml | ||
fs_server_fuzzer.rs | ||
OWNERS | ||
qcow_fuzzer.rs | ||
usb_descriptor_fuzzer.rs | ||
virtqueue_fuzzer.rs | ||
zimage_fuzzer.rs |