On Tue, Nov 06, 2012 at 03:33:12PM -0000, Jerry Huang wrote:

> From: Jerry Huang <chang-ming.hu...@freescale.com>
> 
> In order to calculate the capability, we use the below expression to check:
> ((dev_desc->lba * dev_desc->blksz)>0L)
> If the capability is greater than 4GB (e.g. 8GB = 8 * 1024 * 104 * 1024),
> the result will overflow, the low 32bit may be zero.
> 
> Therefore, change to check each variable to fix this potential issue.
> 
> Signed-off-by: Jerry Huang <chang-ming.hu...@freescale.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to