summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGustavo A. R. Silva <garsilva@embeddedor.com>2017-05-23 13:11:47 -0500
committerMarcel Holtmann <marcel@holtmann.org>2017-05-23 20:12:53 +0200
commit7dab5467647be42736dcabcd5d035c7b571f4653 (patch)
tree0276cfc8956330e5eb53fdda92a2210f096a66a5 /fs
parenta611c58b3d42a92e6b23423e166dd17c0c7fffce (diff)
net: ieee802154: fix potential null pointer dereference
Null check at line 918: if (!spi) {, implies spi might be NULL. Function spi_get_drvdata() dereference pointer spi. Move pointer priv assignment after the null check. Addresses-Coverity-ID: 1408888 Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions