Skip to content
Commit 4498c80d authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 785fd8b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment