cloud-hypervisor/block
Wei Liu b2f40afc69 block: fix short read and short write in AsyncAdaptor
The original code relied on the default `read_vectored` or
`write_vectored` implementations from the standard library.

The default implementation of those functions only uses the first
non-empty buffer. That's not correct when there are more than one
buffers.

Fixes: #6876
Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-12-21 10:46:16 +00:00
..
src block: fix short read and short write in AsyncAdaptor 2024-12-21 10:46:16 +00:00
Cargo.toml build: Bump libc from 0.2.158 to 0.2.167 2024-12-03 01:15:36 +00:00