Hello David Hendricks, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32854
to look at the new patch set (#2).
Change subject: util/romcc: Use 64 bit integers when shifting ......................................................................
util/romcc: Use 64 bit integers when shifting
'used_indices' is 64 bits wide, so use a fixed-width type to make that clear. As such, 'index' can have a value of up to 63, so use a 64 bit integer when doing the shifts to prevent overflow.
Found-by: Coverity Scan CID 1287090 Signed-off-by: Jacob Garber jgarber1@ualberta.ca Change-Id: Ibd089df6be60c8ea46da11e5e83cd58b2e2c54d6 --- M util/romcc/romcc.c 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/32854/2