]> git.proxmox.com Git - mirror_qemu.git/commit - block/dmg.c
dmg: Handle failure for potentially large allocations
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 May 2014 11:28:14 +0000 (13:28 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:15 +0000 (15:07 +0200)
commitb546a944749f963c5b4e27765354df10ac531853
tree96d972bc43dfea082f6a9f2a521595bdff876a76
parent8dc7a7725bd6db2aa7e3c09b49bc21a1a25f40cb
dmg: 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 dmg block driver.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
block/dmg.c