summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/uart.c
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/nvidia/tegra210/uart.c
parent0889e9392c6f544127e64889df2abdfe8da2e252 (diff)
downloadcoreboot-5c82c444fba6fd3cf506c777546a5481755808ff.tar.gz
coreboot-5c82c444fba6fd3cf506c777546a5481755808ff.tar.bz2
coreboot-5c82c444fba6fd3cf506c777546a5481755808ff.zip
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/nvidia/tegra210/uart.c')
0 files changed, 0 insertions, 0 deletions