Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 032.out @ 08e4ed6c

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
aafcdcc9 04/19/2012 04:48 pm Kevin Wolf

qemu-iotests: Test bdrv_close while AIO is in flight

If the BlockDriverState is closed/freed without draining the AIO
requests first, the request coroutines may work on invalid data and file
descriptors or have some dangling pointers that cause segfaults....