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:
785fd8b
)
[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.
author
David S. Miller
<davem@davemloft.net>
Wed, 22 Nov 2006 00:17:41 +0000
(16:17 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 22 Nov 2006 00:17:41 +0000
(16:17 -0800)
The "u16 *" derefs of skb->data need to be wrapped inside of
a get_unaligned().
Thanks to Gustavo Zacarias for the bug report.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found