Re: [PATCH v7 2/8] parallels: Check if data_end greater than the file size

2023-07-17 Thread Denis V. Lunev
On 7/1/23 12:07, Alexander Ivanov wrote: Initially data_end is set to the data_off image header field and must not be should be truncated to 74 symbols greater than the file size. Signed-off-by: Alexander Ivanov --- block/parallels.c | 5 + 1 file changed, 5 insertions(+) diff --git

[PATCH v7 2/8] parallels: Check if data_end greater than the file size

2023-07-01 Thread Alexander Ivanov
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 --- block/parallels.c | 5 + 1 file changed, 5 insertions(+) diff --git a/block/parallels.c b/block/parallels.c index 86bc3bfcb8..40a26908db 100644 ---