[coreboot-gerrit] Patch merged into coreboot/master: cbmem: Fix cbmem_add_bootmem()

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 11 09:52:53 CET 2016


the following patch was just integrated into master:
commit 447d9489a21aad3dda400aa519eaeaafed25573f
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Thu Mar 10 22:14:41 2016 -0800

    cbmem: Fix cbmem_add_bootmem()
    
    Change 13363 (555d6c2) introduced a bug where cbmem_add_bootmem() was
    converted to use a new function. Unfortunately instead of passing a
    pointer, NULL was passed due to type confusion. This change fixes that
    problem by passing address of stack variable instead of NULL.
    
    Change-Id: Ib8e1add3547cda01f71bf1dea14d3e58bdd99730
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
    Reviewed-on: https://review.coreboot.org/14033
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: Raptor Engineering Automated Test Stand <noreply at raptorengineeringinc.com>


See https://review.coreboot.org/14033 for details.

-gerrit



More information about the coreboot-gerrit mailing list