Re: [Qemu-devel] [PATCH] block/vhdx: Error checking fixes

2014-01-30 Thread Stefan Hajnoczi
On Wed, Jan 29, 2014 at 06:05:08PM +0100, Markus Armbruster wrote: > Errors are inadvertently ignored in a few places. Has always been > broken. Spotted by Coverity. > > Signed-off-by: Markus Armbruster > --- > block/vhdx-log.c | 4 ++-- > block/vhdx.c | 8 > 2 files changed, 6 in

Re: [Qemu-devel] [PATCH] block/vhdx: Error checking fixes

2014-01-29 Thread Jeff Cody
On Wed, Jan 29, 2014 at 06:05:08PM +0100, Markus Armbruster wrote: > Errors are inadvertently ignored in a few places. Has always been > broken. Spotted by Coverity. > > Signed-off-by: Markus Armbruster > --- > block/vhdx-log.c | 4 ++-- > block/vhdx.c | 8 > 2 files changed, 6 in

[Qemu-devel] [PATCH] block/vhdx: Error checking fixes

2014-01-29 Thread Markus Armbruster
Errors are inadvertently ignored in a few places. Has always been broken. Spotted by Coverity. Signed-off-by: Markus Armbruster --- block/vhdx-log.c | 4 ++-- block/vhdx.c | 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/vhdx-log.c b/block/vhdx-log.c index