Files
qemu-esp-boards/block
Alberto Garcia de7269d293 qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()
g_realloc() aborts the program if it fails to allocate the required
amount of memory. We want to detect that scenario and return an error
instead, so let's use g_try_realloc().

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-02-13 12:27:17 +01:00
..
2017-12-22 15:05:32 +01:00
2017-12-18 10:54:13 -05:00
2016-10-07 14:14:06 +02:00
2018-02-08 09:22:03 +08:00
2018-02-09 05:05:11 +01:00
2016-06-07 18:19:24 +03:00
2017-07-17 11:34:11 +08:00
2018-02-08 09:22:03 +08:00
2016-09-23 11:42:52 +08:00
2017-08-31 12:29:07 +02:00