mirror of
https://github.com/qemu/qemu.git
synced 2025-08-14 11:43:46 +00:00
![]() Coverity reported:
CID 1611805: Uninitialized variables
in vfio_user_dma_map(). This can occur in the happy path when
->async_ops was not set; as this doesn't typically happen, it wasn't
caught during testing.
Align both map and unmap implementations to initialize ret the same way
to resolve this.
Resolves: Coverity CID 1611805
Fixes:
|
||
---|---|---|
.. | ||
container.c | ||
container.h | ||
device.c | ||
device.h | ||
Kconfig | ||
meson.build | ||
pci.c | ||
protocol.h | ||
proxy.c | ||
proxy.h | ||
trace-events | ||
trace.h |