mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-31 19:50:37 -07:00
When the number of a virtio-blk device's virtqueues is larger than
BITS_PER_LONG, the out-of-bounds access to bitmap[ ] will occur.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile.objs | ||
| trace-events | ||
| virtio-blk.c | ||
| virtio-blk.h | ||
| xen-block.c | ||
| xen-block.h | ||