Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check

2023-01-20 Thread Alexander Ivanov
On 18.01.2023 15:46, Hanna Czenczek wrote: On 15.01.23 16:58, Alexander Ivanov wrote: All the offsets in the BAT must be lower than the file size. Fix the check condition for correct check. Signed-off-by: Alexander Ivanov Reviewed-by: Denis V. Lunev ---   block/parallels.c | 2 +-   1 file

Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check

2023-01-18 Thread Hanna Czenczek
On 15.01.23 16:58, Alexander Ivanov wrote: All the offsets in the BAT must be lower than the file size. Fix the check condition for correct check. Signed-off-by: Alexander Ivanov Reviewed-by: Denis V. Lunev --- block/parallels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[PATCH v8 11/11] parallels: Incorrect condition in out-of-image check

2023-01-15 Thread Alexander Ivanov
All the offsets in the BAT must be lower than the file size. Fix the check condition for correct check. Signed-off-by: Alexander Ivanov Reviewed-by: Denis V. Lunev --- block/parallels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/parallels.c b/block/parallels.c ind