]> git.proxmox.com Git - mirror_qemu.git/commit
migration: check length directly to make sure the range is aligned
authorWei Yang <richardw.yang@linux.intel.com>
Fri, 12 Jul 2019 03:27:04 +0000 (11:27 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Dec 2019 01:34:10 +0000 (02:34 +0100)
commit72821d93e0cc8c017bf387d2f8826a827cd6dc15
tree14eeed36d1583a6fdf71683cbe91da9f8035ce3e
parent5d248213180749e674fbccbacc6ee9c38499abb3
migration: check length directly to make sure the range is aligned

Since the start addr is already checked, to make sure the range is
aligned, checking the length is enough.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190712032704.7826-1-richardw.yang@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c