[coreboot] Patch merged into coreboot/master: 5c27e82 libpayload: Fix the format string of the assert macro.

gerrit at coreboot.org gerrit at coreboot.org
Wed Nov 7 18:36:06 CET 2012


the following patch was just integrated into master:
commit 5c27e82073ec6bb96a672b18c2c66773ae887ebf
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Oct 2 00:28:33 2012 -0700

    libpayload: Fix the format string of the assert macro.
    
    The assert macro in libpayload was using a format string which printed the
    line number with %s. The line number came from the __LINE__ predefined macro
    which resolves to an integer constant.
    
    Change-Id: I0e00d42a1569802137cf440af3061d7f397fdd27
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: http://review.coreboot.org/1730
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Wed Nov  7 18:21:04 2012, giving +2
Build-Tested: build bot (Jenkins) at Wed Nov  7 15:31:09 2012, giving +1
See http://review.coreboot.org/1730 for details.

-gerrit




More information about the coreboot mailing list