]> Git Repo - qemu.git/commit
vmdk: Handle failure for potentially large allocations
authorKevin Wolf <[email protected]>
Tue, 20 May 2014 11:56:27 +0000 (13:56 +0200)
committerKevin Wolf <[email protected]>
Fri, 15 Aug 2014 13:07:16 +0000 (15:07 +0200)
commitd6e5993197990ff55c660714526681fa7028299e
treea0770405024e37cfd8ecc5644c225ebdec1ef782
parenta67e128a4f40cf07abd86f92d0d3c913db2ad885
vmdk: Handle failure for potentially large allocations

Some code in the block layer makes potentially huge allocations. Failure
is not completely unexpected there, so avoid aborting qemu and handle
out-of-memory situations gracefully.

This patch addresses the allocations in the vmdk block driver.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
block/vmdk.c
This page took 0.024952 seconds and 4 git commands to generate.