mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
6c987cf924
The Event API has changed so that it exposes only RawDescriptor, not RawFd, so the block fuzzer's use of as_raw_fd() no longer worked. The actual intent of the code using as_raw_fd() was to clone the Event, so just use the existing Event::try_clone function which achieves the same result without using platform-specific code. BUG=chromium:1144535 TEST=`FEATURES=test USE='asan fuzzer' emerge-amd64-generic crosvm` Change-Id: I64689dde1b1351997aa2f11ed440416e3d226815 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2514901 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Tested-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
.build_test_skip | ||
.gitignore | ||
block_fuzzer.rs | ||
Cargo.toml | ||
fs_server_fuzzer.rs | ||
OWNERS | ||
qcow_fuzzer.rs | ||
usb_descriptor_fuzzer.rs | ||
virtqueue_fuzzer.rs | ||
zimage_fuzzer.rs |