Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d04db24f authored by David S. Miller's avatar David S. Miller Committed by Chris Wright
Browse files

[PATCH] 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>
Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
parent f0017a04
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