qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] qcow2: Fix return path of realloc_refcount_b


From: Max Reitz
Subject: [Qemu-devel] [PATCH v2 0/2] qcow2: Fix return path of realloc_refcount_block()
Date: Mon, 17 Mar 2014 23:04:50 +0100

This series fixes the fail path of the static function
realloc_refcount_block() in block/qcow2-refcount.c which is used for
repairing corrupted image files. While doing so, the whole return path
is cleaned up and the comment describing the return value in case of
success is fixed.


Max Reitz (2):
  qcow2: Correct comment for realloc_refcount_block()
  qcow2: Fix fail path in realloc_refcount_block()

 block/qcow2-refcount.c | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

-- 
1.9.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]