Re: [Qemu-block] [PATCH 0/2] VHDX cleanup

2017-08-07 Thread Kevin Wolf
Am 07.08.2017 um 05:08 hat Jeff Cody geschrieben:
> Two VHDX items cleaned up:
> 
> 1. Check for error when calling bdrv_getlength() [Markus]
> 
> 2. Check for overflow in offset prior to calling bdrv_truncate().

This doesn't look like cleanups to me, but like proper fixes. I think it
would still qualify for 2.10.

Kevin



[Qemu-block] [PATCH 0/2] VHDX cleanup

2017-08-06 Thread Jeff Cody
Two VHDX items cleaned up:

1. Check for error when calling bdrv_getlength() [Markus]

2. Check for overflow in offset prior to calling bdrv_truncate().

Jeff Cody (2):
  block/vhdx: check error return of bdrv_getlength()
  block/vhdx: check for offset overflow to bdrv_truncate()

 block/vhdx-log.c | 24 
 block/vhdx.c | 12 +++-
 2 files changed, 31 insertions(+), 5 deletions(-)

-- 
2.9.4