Hello HAOUAS Elyes, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32971
to look at the new patch set (#2).
Change subject: arch/x86: Do not add properties to null DP packages ......................................................................
arch/x86: Do not add properties to null DP packages
It doesn't make sense to add a property to a non-existent device property package. However, some of these functions will proceed anyway and allocate a new device property package, add the property to that, and then immediately leak the new package. This changes all the acpi_dp_add_* functions to ignore a null package.
Change-Id: I664dcdbaa6b1b8a3aeb9a0126d622e2ffb736efd Signed-off-by: Jacob Garber jgarber1@ualberta.ca Found-by: Coverity CID 135745{6,7}, 138029{2-6} --- M src/arch/x86/acpi_device.c 1 file changed, 18 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/32971/2