mirror of
https://github.com/torvalds/linux
synced 2026-06-25 20:32:07 +09:00
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>