[coreboot-gerrit] Patch merged into coreboot/master: 8a661ed amd/cimx/sb?00/SATA.c: Integer overflow in loop condition

gerrit at coreboot.org gerrit at coreboot.org
Wed May 21 01:58:59 CEST 2014


the following patch was just integrated into master:
commit 8a661ed788ff1373015a5c6b705e2e32b63ebe4a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed May 21 09:42:56 2014 +1000

    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 at alterapraxis.com>
    Reviewed-on: http://review.coreboot.org/5799
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


See http://review.coreboot.org/5799 for details.

-gerrit



More information about the coreboot-gerrit mailing list