commit | edfc0c2df61ff3337d156181f59599471ae2274d | [log] [tgz] |
---|---|---|
author | Prasad Kummari <prasad.kummari@amd.com> | Mon Oct 30 14:12:14 2023 +0530 |
committer | Prasad Kummari <prasad.kummari@amd.com> | Mon Oct 30 16:24:03 2023 +0530 |
tree | 9f4354c91a386d02a757eff7f0c6366e19a5977a | |
parent | 18ab5f31f03e2b8cc2b3ff5620079f547e24611d [diff] |
fix(versal): type cast addresses to fix integer overflow Typecast the base and size arguments for build time as unsigned integers and the limit derived from these two as an unsigned long to prevent size integer overflow issues during the build. Signed-off-by: Prasad Kummari <prasad.kummari@amd.com> Change-Id: Iefc148e0091e8c8a4ca505691036c79528a558a4