Re: [PATCH] bootm: Fix upper bound of FDT overlap checks

2022-08-31 Thread Tom Rini
On Sat, Aug 27, 2022 at 02:48:10PM +0200, Pali Rohár wrote: > FTD blob can be put immediately after the OS image. > So use strict inequality for start address check. > > Fixes: fbde7589ce30 ("common: bootm: add checks to verify if ramdisk / > fdtimage overlaps OS image") > Signed-off-by: Pali

Re: [PATCH] bootm: Fix upper bound of FDT overlap checks

2022-08-29 Thread Simon Glass
On Sat, 27 Aug 2022 at 06:48, Pali Rohár wrote: > > FTD blob can be put immediately after the OS image. > So use strict inequality for start address check. > > Fixes: fbde7589ce30 ("common: bootm: add checks to verify if ramdisk / > fdtimage overlaps OS image") > Signed-off-by: Pali Rohár > ---

[PATCH] bootm: Fix upper bound of FDT overlap checks

2022-08-27 Thread Pali Rohár
FTD blob can be put immediately after the OS image. So use strict inequality for start address check. Fixes: fbde7589ce30 ("common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image") Signed-off-by: Pali Rohár --- boot/bootm.c | 4 ++-- 1 file changed, 2 insertions(+), 2