[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] block: Fix multiwrite error handling
|
From: |
Kevin Wolf |
|
Subject: |
[Qemu-devel] [PATCH 0/2] block: Fix multiwrite error handling |
|
Date: |
Thu, 1 Jul 2010 16:31:56 +0200 |
The bdrv_aio_multiwrite error handling has some bugs that lead to premature
cleanup, causing use-after-free and double free problems.
Kevin Wolf (2):
block: Fix too early free in multiwrite
block: Handle multiwrite errors only when all requests have completed
block.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
- [Qemu-devel] [PATCH 0/2] block: Fix multiwrite error handling,
Kevin Wolf <=