aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-08-15 21:25:16 -0700
committerJulius Werner <jwerner@chromium.org>2019-08-19 21:12:31 +0000
commit5c82c444fba6fd3cf506c777546a5481755808ff (patch)
treef268783ea81a904f37961891fdc4cd8dab323445 /src/soc/qualcomm/ipq40xx
parent0889e9392c6f544127e64889df2abdfe8da2e252 (diff)
commonlib/region: Fix up overflow check in region_is_subregion()
region_is_subregion() checks whether the size of the inner region is larger than the size of the outer region... which isn't really necessary because we're already checking the starts and ends of both regions. Maybe this was added to ensure the inner region doesn't overflow? But it's not guaranteed to catch that in all cases. Replace it with a proper overflow check. Change-Id: I9e442053584a479a323c1fa1c0591934ff83eb10 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34892 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
0 files changed, 0 insertions, 0 deletions