aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorGustavo A. R. Silva <garsilva@embeddedor.com>2017-05-30 15:43:07 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2017-06-23 00:34:56 +0200
commit6f874bafacf053b87887f4149fc117e2b1096138 (patch)
tree741c3b62f5a3001684a941948966e3890fcefe54 /net/nfc
parentnfc: nci: remove unnecessary null check (diff)
downloadlinux-dev-6f874bafacf053b87887f4149fc117e2b1096138.tar.xz
linux-dev-6f874bafacf053b87887f4149fc117e2b1096138.zip
NFC: add NULL checks to avoid potential NULL pointer dereference
NULL checks at line 457: if (!link0 || !link1) {, implies that both pointers link0 and link1 might be NULL. Function nfcsim_link_free() dereference pointers link0 and link1. Add NULL checks before calling nfcsim_link_free() to avoid a potential NULL pointer dereference. Addresses-Coverity-ID: 1364857 Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
0 files changed, 0 insertions, 0 deletions