git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f06a8d
)
Bluetooth: Fix dereferencing conn variable before NULL check
author
Johan Hedberg
<johan.hedberg@intel.com>
Sat, 6 Sep 2014 03:59:10 +0000
(06:59 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 8 Sep 2014 17:07:57 +0000
(19:07 +0200)
This patch fixes the following type of static analyzer warning (and
probably a real bug as well as the NULL check should be there for a
reason):
net/bluetooth/smp.c:1182 smp_conn_security() warn: variable dereferenced before check 'conn' (see line 1174)
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c
patch
|
blob
|
history
diff --cc
net/bluetooth/smp.c
Simple merge