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:
705e571
)
Bluetooth: Fix out of scope variable access in hci_sock_cmsg()
author
Johann Felix Soden
<johfel@users.sourceforge.net>
Mon, 15 Feb 2010 21:23:48 +0000
(22:23 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 28 Feb 2010 08:47:30 +0000
(
00:47
-0800)
The pointer data can point to the variable ctv.
Access to data happens when ctv is already out of scope.
Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found