Kevin Wolf 8dc0a5e7a0 qcow2: Fix error handling in qcow2_alloc_cluster_offset
If do_alloc_cluster_offset() fails, the error handling code tried to
remove the request from the in-flight queue, to which it wasn't added
yet, resulting in a NULL pointer dereference.

m->nb_clusters really only becomes != 0 when the request is in the list.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-04-19 16:03:27 +02:00
2012-04-13 09:57:36 +01:00
2012-04-02 15:04:15 -05:00
2012-04-12 19:01:42 -03:00
2012-04-17 10:51:41 +02:00
2012-03-27 09:15:52 -03:00
2012-04-02 15:04:15 -05:00
2012-04-17 10:51:41 +02:00
2012-04-16 15:41:20 +02:00
2012-04-15 21:25:15 +02:00
2012-04-19 15:48:52 +02:00
2012-04-07 14:00:45 +00:00
2012-03-14 22:20:25 +01:00
2012-04-05 14:54:40 +02:00
2012-04-19 15:48:52 +02:00
2012-04-15 21:25:16 +02:00
2012-03-30 08:14:11 -05:00
2012-04-01 20:30:23 +02:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-04-15 21:25:17 +02:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-03-19 15:17:21 +02:00
2012-04-12 19:01:41 -03:00
2012-04-12 19:01:41 -03:00
2012-03-14 22:20:26 +01:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-27 09:15:28 -03:00
2012-04-15 21:25:18 +02:00
2012-03-16 01:04:51 +02:00
2012-03-16 01:04:51 +02:00
2012-03-14 22:20:27 +01:00
2012-04-07 14:00:45 +00:00
2012-04-09 14:35:25 -03:00
2012-04-05 14:54:41 +02:00
2012-04-15 21:25:16 +02:00
2012-04-07 14:00:45 +00:00
2012-03-30 08:14:11 -05:00
2012-04-05 14:54:40 +02:00
2012-04-05 14:54:40 +02:00
2012-04-09 14:35:25 -03:00
2012-04-03 09:34:34 +01:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%