diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-05-21 09:42:56 +1000 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2014-05-21 01:58:56 +0200 |
commit | 8a661ed788ff1373015a5c6b705e2e32b63ebe4a (patch) | |
tree | 194c9b63601d3eccea99f421840352a543bf28bd /util | |
parent | 03b00e9675d08d01ff831f20e8e48d19e93494af (diff) |
amd/cimx/sb?00/SATA.c: Integer overflow in loop condition
The conditional comparison in the for-loop construct with the constant
300000 has an index incrementor of type 'UINT16' (aka 'unsigned short')
which is always true.
Change-Id: I932c168742163be4038728fb40833231a447fa78
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5799
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions