qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] block: Fix multiwrite error handling
@ 2010-07-01 14:31 Kevin Wolf
  2010-07-01 14:31 ` [Qemu-devel] [PATCH 1/2] block: Fix too early free in multiwrite Kevin Wolf
  2010-07-01 14:31 ` [Qemu-devel] [PATCH 2/2] block: Handle multiwrite errors only when all requests have completed Kevin Wolf
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Wolf @ 2010-07-01 14:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-02  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 14:31 [Qemu-devel] [PATCH 0/2] block: Fix multiwrite error handling Kevin Wolf
2010-07-01 14:31 ` [Qemu-devel] [PATCH 1/2] block: Fix too early free in multiwrite Kevin Wolf
2010-07-02  8:10   ` Stefan Hajnoczi
2010-07-02  9:38   ` Christoph Hellwig
2010-07-01 14:31 ` [Qemu-devel] [PATCH 2/2] block: Handle multiwrite errors only when all requests have completed Kevin Wolf
2010-07-02  8:33   ` Stefan Hajnoczi
2010-07-02  9:40   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).