mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-06 21:23:05 +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>