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

2023-06-21 Thread Denis V. Lunev
On 6/21/23 10:20, Alexander Ivanov wrote: 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/parallel

[PATCH v6 2/5] parallels: Check if data_end greater than the file size

2023-06-21 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 1ec98c722b..4b7eafba1e 100644 --- a/