Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 179547e1 authored by Jiada Wang's avatar Jiada Wang Committed by Mark Brown
Browse files

spi: imx: fix issue when tx_buf or rx_buf is NULL



In case either transfer->tx_buf or transfer->rx_buf is NULL,
manipulation of buffer in spi_imx_u32_swap_u[8|16]() will cause
NULL pointer dereference crash.

Add buffer check at very beginning of spi_imx_u32_swap_u[8|16](),
to avoid such crash.

Signed-off-by: default avatarJiada Wang <jiada_wang@mentor.com>
Reported-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Tested-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8d4a6cad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment