mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 08:46:36 +09:00
If skb->len is too short then we should return an error. Otherwise we read beyond the end of skb->data for several bytes. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>