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

Jeff Cody posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1502075213.git.jcody@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/vhdx-log.c | 24 ++++++++++++++++++++----
block/vhdx.c     | 12 +++++++++++-
2 files changed, 31 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/2] VHDX cleanup
Posted by Jeff Cody 6 years, 7 months ago
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


Re: [Qemu-devel] [Qemu-block] [PATCH 0/2] VHDX cleanup
Posted by Kevin Wolf 6 years, 7 months ago
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