]> git.proxmox.com Git - mirror_qemu.git/commit
parallels: Check if data_end greater than the file size
authorAlexander Ivanov <alexander.ivanov@virtuozzo.com>
Tue, 18 Jul 2023 10:44:25 +0000 (12:44 +0200)
committerDenis V. Lunev <den@openvz.org>
Wed, 6 Sep 2023 15:36:49 +0000 (17:36 +0200)
commit09eb64f9e354f9af23a5c8b3b8021eb5969fc68a
tree9735823f06c0f1ec24edc550c4bfdbe1e3f9a357
parentfcadb4866204fe5788969296ffce682e22109107
parallels: Check if data_end greater than the file size

Initially data_end is set to the data_off image header field and must not
be greater than the file size.

Signed-off-by: Alexander Ivanov <alexander.ivanov@virtuozzo.com>
Reviewed-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Denis V. Lunev <den@openvz.org>
block/parallels.c