Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32778
to look at the new patch set (#2).
Change subject: libpayload: ahci: Prevent memory leaks when failing on init ......................................................................
libpayload: ahci: Prevent memory leaks when failing on init
Free several resources when AHCI initialization fails. Note that it is only safe to free resources when the command engine has stopped, since otherwise they may still be used for DMA.
Found-by: Coverity CID 1260719, 1260727, 1261090, 1261098 Signed-off-by: Jacob Garber jgarber1@ualberta.ca Change-Id: I6826d79338b26ff9696ab6ac9eb4c59f734687d8 --- M payloads/libpayload/drivers/storage/ahci.c 1 file changed, 7 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/32778/2