commit | 4498c80d9c1ebdf42837be6a52ead35a2aa2b819 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Nov 21 16:17:41 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 21 16:17:41 2006 -0800 |
tree | 38357ba0adae6b149abdd4d22c7137fc02e9f0c9 | |
parent | 785fd8b8a597519127c6d9e16e81f48af2ad391e [diff] |
[BLUETOOTH]: Fix unaligned access in hci_send_to_sock. 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>