Hello HAOUAS Elyes, Julius Werner, Christian Walter, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34787
to look at the new patch set (#4).
Change subject: soc/nvidia/tegra210: Fix potential NULL pointer dereference ......................................................................
soc/nvidia/tegra210: Fix potential NULL pointer dereference
Recent Coverity scan indicated potential NULL deference; spi->dma_in and spi->dma_out are set to NULL after a cycle finishes, and a spurious call to this could segfault
Found-by: Coverity CID 1241838, 1241854 Change-Id: Icd1412f0956c0a4a75266d1873d5e9848aceee32 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/soc/nvidia/tegra210/spi.c 1 file changed, 25 insertions(+), 22 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/34787/4