Hello build bot (Jenkins), Nico Huber, Angel Pons, Kyösti Mälkki,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43656
to look at the new patch set (#3).
Change subject: device/cardbus: Check dev->link_list to avoid accessing garbage ......................................................................
device/cardbus: Check dev->link_list to avoid accessing garbage
While debugging problems on a Lenovo T60 device, Kyösti noticed a NULL pointer access. `dev->link_list` can be NULL, as resource scanning `scan_resources` is not implemented. So, add a check to avoid a NULL pointer access.
Change-Id: I6f62229e6870897544b45d44278380bb5820416b Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/device/cardbus_device.c 1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/43656/3