* [Qemu-devel] [6674] fix SIGSEGV when USE_KQEMU is defined
@ 2009-03-03 6:28 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-03 6:28 UTC (permalink / raw)
To: qemu-devel
Revision: 6674
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6674
Author: aurel32
Date: 2009-03-03 06:28:26 +0000 (Tue, 03 Mar 2009)
Log Message:
-----------
fix SIGSEGV when USE_KQEMU is defined
Signed-off-by: Alex Ivanov <void@aleksoft.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/block.c
Modified: trunk/block.c
===================================================================
--- trunk/block.c 2009-03-03 06:23:17 UTC (rev 6673)
+++ trunk/block.c 2009-03-03 06:28:26 UTC (rev 6674)
@@ -1263,7 +1263,7 @@
if (!s->is_write) {
qemu_iovec_from_buffer(s->iov, s->bounce, s->iov->size);
}
- qemu_free(s->bounce);
+ qemu_vfree(s->bounce);
s->this_aiocb->cb(s->this_aiocb->opaque, ret);
qemu_aio_release(s->this_aiocb);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-03 6:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 6:28 [Qemu-devel] [6674] fix SIGSEGV when USE_KQEMU is defined Aurelien Jarno
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).