diff options
author | M'boumba Cedric Madianga <[email protected]> | 2016-12-13 14:40:46 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2017-01-02 09:28:52 +0530 |
commit | 57b5a32135c813f2ab669039fb4ec16b30cb3305 (patch) | |
tree | 5db51a28628595e87a6c8f9df879cc84140a3666 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 7e96304d99477de1f70db42035071e56439da817 (diff) |
dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status
chan->desc is always set to NULL when a DMA transfer is complete.
As a DMA transfer could be complete during the call of stm32_dma_tx_status,
we need to be sure that chan->desc is not NULL before using this variable
to avoid a null pointer deference issue.
Signed-off-by: M'boumba Cedric Madianga <[email protected]>
Reviewed-by: Ludovic BARRE <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions