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:
6bdd253
)
NFC: Fix incorrect llcp pointer dereference
author
Waldemar Rymarkiewicz
<waldemar.rymarkiewicz@tieto.com>
Mon, 26 Nov 2012 07:40:04 +0000
(08:40 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 28 Nov 2012 17:42:04 +0000
(18:42 +0100)
nfc_llcp_ns(s) dereferences the s pointer which is freed a line
above. In a result, it can produce a crash or you will read
incorrect value.
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
No differences found