Fam Zheng bf81507de3 vmdk: use heap allocation for whole_grain
We should never grow the stack beyond 1 MB, otherwise we'll fall off the
end.  Thread stacks and coroutine stacks (1 MB) do not grow.
get_cluster_offset() allocates a big stack offset, it will fail for big
cluster images, change to heap allocated buffer.

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2013-08-06 15:27:32 +02:00
..
2013-06-28 09:20:27 +02:00
2013-07-29 17:07:37 +02:00
2013-06-28 09:20:27 +02:00
2013-06-24 10:25:17 +02:00
2013-06-24 10:25:17 +02:00
2013-07-19 15:27:37 +08:00
2013-06-28 09:20:27 +02:00
2013-06-28 10:21:00 +02:00